Skip to content

Fails to load map details #6

@thesyntaxinator

Description

@thesyntaxinator

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions