I am using google libraries with
classpath 'com.google.gms:google-services:1.3.0'
And my appinvite library version is
compile 'com.google.android.gms:play-services-appinvite:7.8.0'
While using appinvites, I can easily send invites using SMS and email. But on the receiving end only SMS is received, I can't send email.
Is it a bug in library or I am missing something else?
Edit: Everything else in my code follows google's appinvite guidelines.