You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking online[https://stackoverflow.com/questions/16073519/nsurlerrordomain-error-code-999-in-ios], it looks like this may be a result of the NSURL session manager getting deallocated (eg from going out of scope) before a given request completes, or making the exact same request again before the previous request has completed (which results in the previous request getting canceled). Can this be fixed in the MapMyIndia iOS SDK framework?
The text was updated successfully, but these errors were encountered:
On iOS 13 I get the following error: Task <...>.<...> finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://mt0.mapmyindia.com/advancedmaps/v1/b6kp3lp6ewuzz2368atq5fk8gmhr8y2u/label/vectorTiles/pbf, NSLocalizedDescription=cancelled, NSErrorFailingURLKey=https://mt0.mapmyindia.com/advancedmaps/v1/b6kp3lp6ewuzz2368atq5fk8gmhr8y2u/label/vectorTiles/pbf}
Looking online[https://stackoverflow.com/questions/16073519/nsurlerrordomain-error-code-999-in-ios], it looks like this may be a result of the NSURL session manager getting deallocated (eg from going out of scope) before a given request completes, or making the exact same request again before the previous request has completed (which results in the previous request getting canceled). Can this be fixed in the MapMyIndia iOS SDK framework?
The text was updated successfully, but these errors were encountered: