in my application I have to give some points to users after sharing some link. I have done this for Facebook and Twitter because they were giving a call back after successful sharing. Is there any option to detect wether the link is shared or not in whats app ?
Asked
Active
Viewed 1,491 times
1 Answers
4
After some readings, The answer is no. because whatsapp doesn't have an SDK, so we can't get to know whether message shared or not, but we will get callback in onActivityResult()
when we returned from whatsapp to our app.

droidev
- 7,352
- 11
- 62
- 94
-
When the users click the share button then Whatsapp will open but the user will not share it with anybody and then this will return to the app in this scenario, you will always get a callback, so this is not right. – Prince Dholakiya Aug 10 '18 at 05:25