6

Does anybody know, what is the URL Scheme for Pages and Keynote? I need it to open my 'Pages' App and 'Keynote' App from a button I have created. If there is no an URL Scheme for Keynote and Pages, what should I do to open these two apps? I really need your help. Thank you very much!

Luiggi Mendoza
  • 85,076
  • 16
  • 154
  • 332
manunez19
  • 143
  • 1
  • 5
  • 1
    `open /path/to/your/file` will let the OS figure out how to open that file. It won't work for everything but it will work for pages and keynote files. – mah Mar 09 '14 at 15:30
  • I didn't understand you! What file should I have to open? What I want to open is my Keynote or Pages app using URL Scheme – manunez19 Mar 10 '14 at 01:38

1 Answers1

-1

Please refer below article on open different apps!

https://ios.gadgethacks.com/news/always-updated-list-ios-app-url-scheme-names-0184033/

Use openURL function to achieve the task.

CrackIt
  • 606
  • 1
  • 5
  • 15