Questions tagged [google-app-invites]
101 questions
0
votes
2 answers
Prevent inviting existing users or previously invited
I am using AppInviteInvitation to let users invite other others for my app. Does anyone know if there's a way from the API to prevent users from these two scenarios:
already have the app installed
received the invitation previously?
Thanks!

Johnny Wu
- 1,297
- 15
- 31
0
votes
1 answer
Firebase app invite no send any SMS
I am trying to use the Firebase appinvite to invite friends to use my app (android). Sms are not sending. I do not get any error message. Any thoughts?
user7732989
0
votes
1 answer
Migration needed for Google App Invites to Firebase Invites?
Seems Google App Invites are now Firebase Invites. I've been using the beta App Invites. Is there a significant difference, and is there any migration needed?

Patrick Jackson
- 18,766
- 22
- 81
- 141
0
votes
1 answer
Open app using gmail app invite iOS
I am integrating Gmail App Invite in my app. i m successfully receiving invite email which provide "install" link to install/open app.But when i click on install link , it alway opens iTunes in browser though my app is installed on my device. I m…

Aqua CRM
- 1
0
votes
1 answer
How can we use the deeplink information to gather sender data like mail id using Google API AppReferral
I am trying Application referral using this https://developers.google.com/app-invites/android/ detail.
My Application requirement once receiver installed the referred Application, sender needs to get some credit like points.
But i can not get any…

karthik
- 321
- 1
- 8
- 21
0
votes
0 answers
Are deep link parameters preserved in intents when users install the app via deep link?
I would like to use Google's app-invites engine with deep links.
I can attach a deep link to the invitation but does that work in case where user installed the app from the link? Do they still get the intent with the deep link parameters?

user3734429
- 322
- 1
- 10
0
votes
1 answer
Does Android Google App Invite send emails to none gmail address?
I'm testing Google App Invite beta.
Emails sent to gmail addresses work.
Emails sent to a none gmail addresses are rejected.
Is this suppose to happen?

Philip Herbert
- 4,599
- 2
- 37
- 40
0
votes
2 answers
Android Appinvite Error Unfortunately Google Play Services has stopped
I am trying to implement App invites in my app. Here's the java code that I am using :
Intent intent = new AppInviteInvitation.IntentBuilder(getString(R.string.invitation_title))
.build();
…

Yash
- 5,225
- 4
- 32
- 65
0
votes
3 answers
Min SDK API level for using Android Google App Invites?
I would like to know which is the minimum SDK API level for using Google App Invites in Android. Because I've tested in Marshmallow, and KitKat, and it's working fine. But I'm getting an error in Gingerbread. This is the stack…

Sergio Viudes
- 2,714
- 5
- 26
- 44
0
votes
1 answer
Google AppInvite: Quota Limit?
I'm using Google Appinvite for Android and it works very well:
https://developers.google.com/app-invites/android/
But I realized that a certain time of day any user can send the invites and after a few hours back to work.
I have a daily quota of…

Erick Costa
- 1
- 1
0
votes
1 answer
What Google Play Services version is needed for AppInvites to run?
I am trying to set up App Invites beta library in my application.
The guide suggests to add this dependency:
compile 'com.google.android.gms:play-services:8.4.0’
with 8.4 being the latest version, but actually I want to stick with v. 7.8 (or so)…

natario
- 24,954
- 17
- 88
- 158
0
votes
2 answers
Android Google App Invite sample is not sending email and message,What i am doing wrong?
I am using Android Google App invite sample and following all guidelines but it is not sending any messages and emails, it gives message
Message Failed to Send
and in logs i am getting
onActivityResult: requestCode=0,…

g4gaj
- 85
- 2
- 11
0
votes
1 answer
Google App Invites Email Not Sent After Play Services Update to 8.3, SMS OK
Has anyone else encountered this issue? I upgraded play services to 8.3.0 and android studio preview 2 and since then my app invites won't deliver to email address. Sms works fine. It accepts my requests but nothing happens.
I tried out the sample…

Qaiser Habib
- 51
- 4
0
votes
1 answer
App Invites on Android keeps Loading forever
I'm trying to use Google App Invites on Android... I followed the tutorial, but when I get the invite screen, it shows the title only, and remains loading the rest of the content forever. See imagem below:
All I could get from the stacktrace was…

Ramon Canales
- 972
- 1
- 6
- 16
0
votes
1 answer
Google App Invite Icons
I planned to integrate the google App invite in my android app. I am concerned on the branding guidelines for the icon that can be used for App invite. Could you please suggest the link where it has the details.

iappmaker
- 2,945
- 9
- 35
- 76