Hello all.
I’m developing an app with Ionic v6 + Angular in which a user invites his friends to install my app from the app store (Google Play / Apple Store).
The person inviting will enter the phone number of the invited friend, and I need to identify this phone number in the app after it was installed by the invited friend (so that I can link the two persons in my FireBase DB).
I would appreciate some guidance on how to pass over this parameter (phone number) to the receiving device and to be able to read it once the application is installed and run for the first time.
I thought of adding the phone number as a URL string parameter that will be opened in the device’s browser, and there will be a button to install the app (action to the app’s installation link in the App Store). However, I still need some sort of a shared storage accessible by both the browser and the app so they can write/read this data.
What are my options here?
Thanks!
2 posts - 2 participants