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
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.
The text was updated successfully, but these errors were encountered:
We definitely need to move that issue to ios https://github.com/osmandapp/Osmand-ios/issues, so the team might pick up during end of release cycle. The initial use case could be implemented as a small feature request.
Does the IOS OsmandMaps app supports the API URI scheme?
Example URI:
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.
The text was updated successfully, but these errors were encountered: