custom URL won't work
Posted: Tue Oct 18, 2022 6:59 pm
Hi team, I have tested (on iOS simulator) the custom URL scheme following the lesson
https://lessons.livecode.com/m/4069/l/5 ... rl-schemes
and it works fine but when I try to use the same approach on my own APP it downs work.
This is how I did it:
Added the following code to the card script where I want the APP to open
Stand alone settings:
calling from Safari
result:
Can't figure out what I am doing wrong and will appreciate any help/hint
Many thanks
https://lessons.livecode.com/m/4069/l/5 ... rl-schemes
and it works fine but when I try to use the same approach on my own APP it downs work.
This is how I did it:
Added the following code to the card script where I want the APP to open
Code: Select all
on urlWakeUp pURL
## This message is received by the app when a custom url is used to launch the app
answer "Got it"
end urlWakeUp
Many thanks