3

I tried the below link but getting the proper way of how to do this.

1st link, 2nd link, 3rd link, 4th link, 5th link

By these above links i only get to know that how can we get the data from the custom link.

Here is my code.

 //get uri data Uri data = getIntent().getData(); //get schma String scheme = data.getScheme(); // "http" //get server name String host = data.getHost(); // Ipaddress or domain name //get parameter String urltextboxname=data.getQueryParameter("name"); //set value in textview name.setText(urltextboxname); 

BUT My problem is that i want to create the custom link or deep linking on button click like I want to pass my UNIQUE ID in the link. and send it to other user by SMS or by EMAIL. And , when the user click on the link from SMS or EMAIL then user should navigate to the GOOGLE PLAY store , and install the application with my data on it. like the referral program application. Please help me to short out from these problem , pardon me if there any grammatical mistake on it.

6
  • You want a link that would lead the user to the Play store, for him to choose to install your app, or a link that would install the app from Play store directly? Commented Dec 4, 2015 at 11:16
  • Yes that what i exactly looking for. Commented Dec 4, 2015 at 11:17
  • Having the link directly installing the app from Play store? Commented Dec 4, 2015 at 11:18
  • @StanCt ... Yes , by link there should we install the application.Now we are using these concept... stackoverflow.com/questions/31047924/… .............. But did not get the INSTALL_REFERRER in my application .... Please help to short out from thes problem . Commented Dec 7, 2015 at 7:06
  • So I imagine that you have created your own BroadcastReceiver cast for your custom referrer links, am I correct? Have you correctly created those referrer links? Please check this information and see if its any help - developers.google.com/analytics/devguides/collection/android/v1/… Commented Dec 10, 2015 at 17:19

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.