swift2 - Why am I ALWAYS getting SSL error when contacting Parse.com? -
environment: xcode 7.0/swift 2.0.
connect parse via xcode 6.4/swift 1.2; after switching xcode 7.0/swift 2.0 i've been getting following runtime connection error:
an ssl error has occurred , secure connection server cannot made. (code: 100, version: 1.7.5)
[error]: network connection failed. making attempt 5 after sleeping 9.864530 seconds. nsurlsession/nsurlconnection http load failed (kcfstreamerrordomainssl, -9802)
read may due ios 9's security setup.
setting .plist value 'nsapptransportsecurity' turn off security check didn't change anything.
problem occurs in simulation or device; every time.
how can access parse.com i've done?
i went apple's security doc site find didn't set plist correctly. following works: allows me access parse within ios9:
Comments
Post a Comment