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

null
    • Kaan_Dikmen
    • 3 yrs ago
    • Reported - view

    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/

    • michaeltoc
    • 3 yrs ago
    • Reported - view

    Thank you, Kaan. It's a bit complicated getting the URL scheme, but it works!!

    Michael

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 701Views