-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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?