launch url not working

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
geo
Posts: 31
Joined: Sun Aug 04, 2019 7:28 pm

launch url not working

Post by geo » Sat Oct 05, 2019 3:11 am

Hello

From within my app I need to launch an other app

Code: Select all

launch url "otherApp://"
does not work

When I create a web link

Code: Select all

otherApp://
in a pdf and open the app from there, it works.

Any ideas?

Thanks for your help

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: launch url not working

Post by jmburnod » Sat Oct 05, 2019 9:53 am

Hi geo,
I think you can't launch an app from iOS.
You only can launch an url or a document,
Best regards
Jean-Marc
https://alternatic.ch

geo
Posts: 31
Joined: Sun Aug 04, 2019 7:28 pm

Re: launch url not working

Post by geo » Sat Oct 05, 2019 6:39 pm

some adjustments in the standalone settings and it works
Attachments
Image 05.10.19 at 19.37.jpg

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: launch url not working

Post by jmburnod » Sat Oct 05, 2019 8:06 pm

You can launch an app from your app on your iPad ?
https://alternatic.ch

geo
Posts: 31
Joined: Sun Aug 04, 2019 7:28 pm

Re: launch url not working

Post by geo » Sun Oct 06, 2019 6:02 pm

yes, I entered the custom url from the app I want to launch into the app url query whitelist from my app

Post Reply

Return to “iOS Deployment”