androidreact-nativedeep-linkingfirebase-dynamic-linksreward-system

React-native : Implementing Reward Referral (Invite and Earn)


I have to implement Invite and Earn functionality in my Android application.

What I have to do is : User can share the link to anyone on social media, On receiving the link, another user can click the link to get the application installed using that link.

After the user installs the app using that link, the sender or the invitee can be rewarded. How this can be possible ?

So far, I go through the Firebase's Dynamic Link concepts and found some demo. But, still confused in it.

Can you please guide me what another stuffs I have to gone through to achieve such thing ?

Is it possible in react-native. If not then How can I achieve that in Android ?

Thanks


Solution

  • You can Integrate Refer & earn in your react native application using react-native-branch

    Just following the documentation of integrating branch.io in your react-native application and you will be good to go.

    Documentation for react-native-branch

    Here is also a github example for your reference Example