How can we use the deeplink information to gather sender data like mail id using Google API AppReferral

208 views Asked by At

I am trying Application referral using this https://developers.google.com/app-invites/android/ detail.

My Application requirement once receiver installed the referred Application, sender needs to get some credit like points.

But i can not get any data about sender while receiver get install the application.

Kindly please let me know how to get the sender infomation using https://developers.google.com/app-invites/android/ this detail.

1

There are 1 answers

2
Jim Cunningham On

The user who is receiving the invitation will know who sent the invitation from the sms or email sender information, but the receiving app will not get this data, as you point out. However, the sending app can send an app-specific identity as a query parameter of the deeplink, perhaps a game specific user id that can be used to award points.