#Vortixz

1 messages · Page 1 of 1 (latest)

young raftBOT
vast hornet
azure relic
#

Hello! I didn't expect anyone to be available at this time!

To answer your question. No this is the documentation for Android development. My code still remains in React Native. But after the payment nothing happens on Android devices

vast hornet
#

I would imagine you need to create a regular redirect from there to recreate something like what step 5 is doing (except with Android instead of iOS). What have you tried so far?

azure relic
#

I have followed the documentation. Regarding Android I have not tried anything. I am not familliar with Android development. I can show you my current code:

#

Is there any particular reason why the documentation doesn't have a (react native) Android section for this topic?

vast hornet
#

I think that that's a valuable flag. I'm happy to surface that to our technical writers. That being said, it looks like at the end of step 5 we defer to the Android docs on deep linking, so I would familiarize yourself with how that works first:

For more information on native URL schemes, refer to the Android and iOS docs.
https://developer.android.com/training/app-links/deep-linking

Android Developers

To allow users to enter your app from links, you must add intent filters for the relevant activities in your app manifest. These intent filters allow deep linking to the content in any of your activities…