-
-
Notifications
You must be signed in to change notification settings - Fork 878
app transport security problems on iOS 9 #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
here is a URL. Note that it begins with http:// and not https:// |
Hey @prehistoricindustries, thanks for the report. |
Sure, I'll give that a try. However, this did pique my interest a bit. I've been using 1.8.2 for a little while now, and I only started getting problems yesterday. Was this a change in the Parse backend? I'm only asking because I was very impressed with Parse's support for iOS 9 and App Transport Security since day 1. I had never seen this error before. |
It is strange, indeed, since you should have been hitting that long before. Let me know if it works for you now, or please reopen this issue if it doesn't. |
Updated to the new SDK, everything works perfectly. Thank you. |
app transport security prevents PFFile.getData() from working on iOS 9
Hi there, I'm using the Parse SDK on iOS 9, and I'm running into issues while downloading PFFiles. This started sometime yesterday, without any code changes. Here is the error log output:
It comes in repeatedly, as Parse continues to make more attempts to download the file. Here is a code snippet:
The text was updated successfully, but these errors were encountered: