Hello
In my facebook page i want to add use app button to my page. For that , facebook requires android and ios deep links when the user click on the button. There are examples for android but ios i only could find
https://www.b4x.com/android/forum/threads/register-url-scheme.46237/#content
With this , i can open my app with link :
http://tahminhane.com/mobil/index.php?url=placetogo
and in the app i retrieve this with applicatin_openurl as in the tutorial above and i can go to a specific place
BUT
facebook requires a deeplink and i cant use a link like
http://tahminhane.com/mobil/index.php?url=placetogo
What can i do ? altough i can make the users open app externally with this link and navigate to a specific place in my app i cant use it with facebook.
Thanks
In my facebook page i want to add use app button to my page. For that , facebook requires android and ios deep links when the user click on the button. There are examples for android but ios i only could find
https://www.b4x.com/android/forum/threads/register-url-scheme.46237/#content
With this , i can open my app with link :
http://tahminhane.com/mobil/index.php?url=placetogo
and in the app i retrieve this with applicatin_openurl as in the tutorial above and i can go to a specific place
BUT
facebook requires a deeplink and i cant use a link like
http://tahminhane.com/mobil/index.php?url=placetogo
What can i do ? altough i can make the users open app externally with this link and navigate to a specific place in my app i cant use it with facebook.
Thanks