0

I want for my Unity3D Professionnal application launch a Third-Party IOS App on a Ipad but I didn't found a correct way to do it.

I'm not the developper of the IOS App so I don't have the URL Type to launch it with "Application.OpenURL("awesomeapp://")"

Did someone already do something like this ?

Thanks in advance.

Blazkowicz
  • 180
  • 9
  • 1
    did you try to retrieve the URL scheme of a 3rd party app? here is how: http://stackoverflow.com/questions/24362381/open-ios-application-from-unity/24363049#24363049 – JeanLuc Aug 25 '16 at 14:42
  • I've tryed but the third app is secured lock so I can't access URL Type in Info.plist – Blazkowicz Aug 25 '16 at 20:16
  • Oh didn't know that was possible. Would you mind sharing the link to the app, so that I could take a look? – JeanLuc Aug 25 '16 at 20:25
  • sure ! it's https://itunes.apple.com/fr/app/e-doc-browser/id1003220647?mt=8 – Blazkowicz Aug 25 '16 at 20:38
  • i had no issue opening up the ipa and the Info.plist. try this: `Application.OpenURL("smarteredoc://")` – JeanLuc Aug 26 '16 at 07:22

0 Answers0