ionic-team / ionic-plugin-deeplinks

Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 3: Can't open my app only on iOS

NicolasPapp94 opened this issue · comments

Hi, i'm trying to open my app with Deeplinks. I only need to open my app.-

I am working with Ionic 3, I generated two applications, one caller and one with the deeplinks activated. Try several ways and do not open it.

I run this command on terminal:

ionic cordova plugin add ionic-plugin-deeplinks URL_SCHEME=prestadores --variable DEEPLINK_HOST=???.com

When I check the console of the calling application I have the following log: -canOpenURL: failed for URL: "providers: // ??? -test.com" - error: "The operation couldn't be completed. (OSStatus error -10814 .)

Please, help me. Thanks

Hello again. I CAN OPEN MY APP. The plugin don't modify the .plist. You need to add "URL Types" on this file "yourProyect-info.plist". Same like this:
URL Types
Item 0
Url Schemes
Item 0 ----> NameOfYourUrlSchemeToOpenApp

Regards, Nicolas