Reputation: 119
As of 11/11/2015 Google App Invites are no longer sending out emails. SMS still works. Has anyone else experienced this? My app code has not changed in the last few weeks so suspected might be something to do with Play Services 8.3 - but that doesn't seem to be the cause.
I have checked:
classpath 'com.google.gms:google-services:1.5.0-beta2'
InvitiationIds are being generated and no errors are being thrown.
Any suggestions of what else might be causing this?
Upvotes: 5
Views: 1227
Reputation: 119
As of 2015-11-12 the email invites have started working again. No code was changed in my app and the emails have started working.
However, Invites sent yesterday are still lost.
I can only put it down to a service issue with Google.
I guess that's why Google App Invites is still in beta.
I will mark this answer as "accepted" in a few hours... just in case anyone from Google is reading and wants to comment and confirm what the issue was.
Upvotes: 4
Reputation: 5517
There was an update, as explained here:
App Invites is a technology that enables your users to share your app with people they know. If you build using App Invites, Google Play services 8.3 has an update that will make coding much simpler. Now, you can use the AppInvite.AppInviteApi.getInvitation() method. This will set up a ResultCallback that you can use to launch your deep link activity, drastically simplifying your code.
Upvotes: 0