Questions tagged [google-app-invites]
101 questions
0
votes
0 answers
Google App Invite send all button
I am trying to use the Google App invite.
It is working fine and the mail is send & received correctly.
I have just 1 question, is there any way to set "Send all" button or field in App invite, because currently i have to select every person, which…

Macky
- 11
0
votes
2 answers
How is App Invites working without google-services.json?
I've gone through the steps to setup App Invites as described here.
Out of curiosity, I tried without including the google-services.json and it still works depending upon the configuration in Google Developer Console.
If there is no Android API key…

Mark
- 7,446
- 5
- 55
- 75
0
votes
0 answers
App invited email text includes html tags
On my app description I've started using some basic html to format things better, mostly
tags,
- and things like that. The description looks ok on the Play Store but when a user sends an app invite the tags are visible in the text.
Any way…

casolorz
- 8,486
- 19
- 93
- 200
0
votes
1 answer
Is Google App Invites of any value if I want a user to access a web UX if the app is not installed?
I want to redirect the user to a semi-functional Website in the event that the mobile optimized app is not installed.
Are Google App Invites of any value if I want this enrollment flow? I think the social media suggestions might be valuable.

makerofthings7
- 60,103
- 53
- 215
- 448
0
votes
1 answer
How to test the app invite of Android with out launching my app in google playstore?
Hi i am working around APP INVITE provided by google. I would like to test the invite functionality with out launching to play store. Help me how to test app invite?

Vignesh R
- 125
- 8
0
votes
2 answers
Unnecessary steps on the google official guide on App Invites
I finally managed to get google app invites working in my app. I enabled them on the developer console and followed this guide. The following steps were giving me problems:
Add the dependency to your project's top-level build.gradle:
classpath…

Fabio Picchi
- 1,202
- 2
- 10
- 22
0
votes
1 answer
Google Invite API(Beta) - how to get sender from invitation
everyone! Is there a way to get sender information (name, picture etc.) from an invitation on receiver's side as it is visually represented on https://developers.google.com/app-invites/android/ ?
On the other side is there a way for sender to know…

milelajkovac
- 11
- 1
0
votes
1 answer
Google app invites, how to check status from sender side
Is it possible to check invitation from sender side?
I've requirement to grant sender when invitation is succeed
(user has installed app).
I see api for
AppInvite.AppInviteApi.updateInvitationOnInstall(mGoogleApiClient, invitationId);
But no…

Vladimir
- 1
0
votes
1 answer
App Invites Link in the Mail crashes Google Play Services
I've implemented Google App Invites in my app using this guide : https://developers.google.com/app-invites/android/guides/app
I can send the invite and it is received by the person I invited. The problem is the install button in the email crashes…

Baron Tankhe
- 71
- 5
0
votes
1 answer
On AppInvites for iOS, how is a match performed between an invite and an installation?
On the site, it says that in the scenario where the app is not installed, after installing and launching the app it is possible that the App Invites SDK will indicate a "weak match for a deeplink".
What does that mean?
Is it based on the user's I…

Oded
- 2,239
- 2
- 18
- 16
0
votes
2 answers
How can I have Google App Invites recognize the device and send you to the appropriate store? App Store vs Google Play?
I plan on implementing Google App Invites on our iOS and Android app. What I have not been able to figure out yet is will an iOS user be able to invite an Android user and vice versa - and is there a way to have the invite recognize which device…

husseinSD
- 123
- 8