I share my app link to my friend with invitation id.
This is the link of my app in google play with invitation id that i shared with my friend
https://play.google.com/store/apps/details?id=com.manticsol.coucou.pk&inviteid=4352627
Now my friend install the app using my link that i shared with him. Can anyone tell me how can i get the invitation id programmatically in my app when my friend will install app using my link
I know that this intent is called when app installed first time from play store but i don't know how can i able to get the inviteId
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
I got a little bit help from this link
Android - Is it possible to get install referrer programmatically
But when i implemented this thing in my app. i am getting this response in logcat
utm_source=(not%20set)&utm_medium=(not%20set)