0
Request for field or command to open an iOS app
I would like to be able to open an iOS app with either a field (similar to the URL field), or by a command. For example:
if ninoxApp()="mac" then
openURL("http://MyBank.com")
else
openAPP("MyBankApp")
endif
Thanks.
Michael
2 replies
-
This is possible with url schemes and openURL. Most popular apps can be opened with url schemes. Some (like the stock Mail app) can even take arguments to do interesting things (eg pre populate To, CC, Subject, etc)
https://ios.gadgethacks.com/news/always-updated-list-ios-app-url-scheme-names-0184033/
-
Thank you, Kaan. It's a bit complicated getting the URL scheme, but it works!!
Michael
Content aside
- 4 yrs agoLast active
- 2Replies
- 726Views