referral system xamarin forms

Alex Alvarado 21 Reputation points
2021-06-05T14:46:04.867+00:00

Hello I'm currently working on an app where I have to implement a referral system/program but I am somewhat new to Xamarin forms and don't really know how to go about it. Can someone guide me on how this should be done. Thanks.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
{count} votes

Accepted answer
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 81,191 Reputation points Microsoft External Staff
    2021-06-11T02:36:43.697+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    First of all, please see the Purush's reply in the SO. He gives an example that talked about the principle of realization.

    https://stackoverflow.com/a/22246314/10627299

    Xamarin.Forms do not provide this function; we can achieve it separately by platform (Using dependenceService).

    I find Firebase Dynamic Links could achieve it.

    For Android: We can use this nuget package: https://www.nuget.org/packages/Xamarin.Firebase.Dynamic.Links/

    For iOS, you can check this nuget package: https://www.nuget.org/packages/Xamarin.Firebase.iOS.DynamicLinks/

    Best Regards,

    Leon Lu


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.