1

I am using App Invite API of Google. It is working properly. But the problem is, when I send app invite from the Sample application provided by Google itself, the view in the mail is different. Please have a look on the following image.

But when I invite friend from my own application, View in mail is quite different.

I am not why it is happening on my end. Is that view custom developed by Google ? If it is, How does google link that view with its application?

enter image description here

Community
  • 1
  • 1
Vinit Saxena
  • 683
  • 2
  • 11
  • 27
  • Unless you're using Gmail as your email client, it probably has something to do with the email client you're using. Also note, that this feature is in beta - you might just've stumbled upon an (un)known bug in the framework. – Darwind Apr 12 '16 at 22:47
  • It may be some bug in the API but how is google linking that gmail view thru it's application. – Vinit Saxena Apr 13 '16 at 02:50

1 Answers1

3

This is as expected. The email fills out it's data from the Play Store data. In the first case, the sample app has an entry in the play store so displays that data, but your testing app must not have a Play Store entry to retrieve. Once you have uploaded your app to the Play Store it should work perfectly.

Jim Cunningham
  • 282
  • 1
  • 5
  • Thank you very much to both who asked question and answer, I was looking for the same question and now I got my answer. I almost spent so many days to get this information posted on email like description, rating, review count etc but not getting as my app is not on play store. – Smeet Feb 15 '18 at 06:24