I iCAB Well-Known Member Licensed User Longtime User May 18, 2018 #1 Hi There I am looking to add a URLScheme to my app, to allow another app to invoke it. I found the following 2 posts: https://www.b4x.com/android/forum/threads/register-url-scheme.46237/ https://www.b4x.com/android/forum/t...uthenticate-your-users-google-facebook.68625/ In the second post, the URLScheme, provided by Firebase and is copied from the plist file. In the first post, it says to provide a Unique URL Scheme. I have couple of questions in here: Can the app have more than one URLScheme and if not, is it ok to change the one provided by Firebase?. How to guarantee a Unique URL scheme. Is it simply by using package name, or do you have to register it somewhere? Thank you iCAB
Hi There I am looking to add a URLScheme to my app, to allow another app to invoke it. I found the following 2 posts: https://www.b4x.com/android/forum/threads/register-url-scheme.46237/ https://www.b4x.com/android/forum/t...uthenticate-your-users-google-facebook.68625/ In the second post, the URLScheme, provided by Firebase and is copied from the plist file. In the first post, it says to provide a Unique URL Scheme. I have couple of questions in here: Can the app have more than one URLScheme and if not, is it ok to change the one provided by Firebase?. How to guarantee a Unique URL scheme. Is it simply by using package name, or do you have to register it somewhere? Thank you iCAB
Erel B4X founder Staff member Licensed User Longtime User May 20, 2018 #2 iCAB said: Can the app have more than one URLScheme Click to expand... Yes. iCAB said: How to guarantee a Unique URL scheme. Is it simply by using package name, or do you have to register it somewhere? Click to expand... There is nowhere to register. The package name is a good solution. Upvote 0
iCAB said: Can the app have more than one URLScheme Click to expand... Yes. iCAB said: How to guarantee a Unique URL scheme. Is it simply by using package name, or do you have to register it somewhere? Click to expand... There is nowhere to register. The package name is a good solution.