Skip to content

IOS - Support  #14

Description

@andreddosantos

Does the IOS OsmandMaps app supports the API URI scheme?

Example URI:

osmandmaps://show_location?lat=50.8465565&lon=4.351697

Objective C to open an external app:
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:scheme]]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:scheme]]; }

I've tried a lot of URI in IOS and it only opens the app without regarding any commands.

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