Search code examples
androidgoogle-app-invites

App invite in google plus


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


Solution

  • 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.