Questions tagged [google-app-invites]
101 questions
3
votes
1 answer
Google App Invite - Theme change
Is it possible to set the app invite activity that shows the list of users/friends to use the app's current theme? Right now its a bit different from mine and for the sake of continuity I'd like it to be the same.

dis.iz.peez
- 89
- 1
- 9
3
votes
1 answer
Google app invites on iOS deep link only opens app store
I am working on adding Google App Invites deep linking to an iOS app and I followed all the steps for Adding App invites to iOS but the deep link just opens the app store to my app page even if the app is installed.
To recap, I...
Installed the…

Kenny Bambridge
- 407
- 4
- 14
3
votes
0 answers
Integrating Google App Invites with GA
I have a question regarding process of Integrating App Invites with GA, described here: https://developers.google.com/app-invites/android/guides/analytics
I am not seeing any data in Analytics, and it has been over 4-5 days now. One thing to note is…

Vlad Yushvah
- 31
- 2
3
votes
2 answers
google app invite - sms are not sent
I've tried searching for a solution with no luck yet. I am trying to use the google app invite to invite friends to use my app (android). Emails are sent but sms are not. I do not get any error message, in fact I actually get a message that the…

shir
- 41
- 7
3
votes
1 answer
Integrating Google AppInvites to iOS App
I'm interested in integrating new AppInvites by Google to my iOS app. There are some problems...I'm currently using googleplus-ios-sdk pod and it seems like I cannot have AppInvites pod with googleplus pod as they have some common classes (which…

MichalMoskala
- 887
- 1
- 12
- 25
3
votes
0 answers
Google Play App Invites failing to send with error code 13
While working beautifully previously, my app-invites randomly started failing. I don't believe my code was modified at all. No idea what this error code means, either.
08-04 20:00:36.387 31451-2716/? E/AppInviteAgent﹕ Get suggested invitees failed…

ZakTaccardi
- 12,212
- 15
- 59
- 107
3
votes
0 answers
Could AppInvites SDK use custom GA dimension index other than the hard-coded "1"?
Can't believe the AppInvites SDK from Google uses hard-coded custom dimension index without an API to change it.
The awkward truth is that the index of custom dimension defined in Google Anlytics can not be changed. I've already defined several…

Oasis Feng
- 7,490
- 3
- 31
- 44
2
votes
0 answers
If deep link and appInvite both are implemented how will a normal URL work (non-invite URL)?
I have implemented both AppInvite as well as normal DeepLinks like
added hosts : www.abc.com as well as www.abc.com and pathPrefix as /referrals .
i want to know
if app isn't installed and we click on the Dynamic link will AppInvite.getInvitation()…

Rugved Mahamune
- 546
- 1
- 5
- 8
2
votes
2 answers
How to connect spark to BigQuery using BigQuery api
I'm newbie in gcloud and BigQuery and want to read data from BigQuery using spark.
I used Google APIs Client Library for Java. and able to connect with BigQuery.
I get the com.google.api.services.bigquery.Bigquery object and able to print read…

Gabber
- 7,169
- 3
- 32
- 46
2
votes
1 answer
Google App Invites for Android: Reward sender
I'm integrating Google App Invites Api into my Android game. Now I'm asking myself if it is allowed to reward the sender (person who invites friends) for each friend he sends an invitation to? Let's say I give the sender 100 ingame currency for each…

sjkm
- 3,887
- 2
- 25
- 43
2
votes
1 answer
Pod Integration for google Plus and Google AppInvite together in app
I'm Doing Login with GPP in my Application used latest GPP pod as pod 'google-plus-ios-sdk', Now I want Google App invite in my application.
For That I added first pod 'Google/SignIn', Which is working fine.
But once I add pod 'Google/AppInvite' it…

Kanjariya-IOS
- 652
- 1
- 5
- 17
2
votes
1 answer
Store description and install button missing in Google App Invites invite
We integrated App Invites in our second app. In first app it was working fine. In second app, when we invite somebody on email, it sends a plain text email with install link. Store description which it used to show in email and install button are…

Punit Pandey
- 385
- 1
- 12
2
votes
1 answer
Google App Invites: Google Play Services meta data tag?
In the google app invites guide (https://developers.google.com/app-invites/android/guides/app), we are asked to put the following meta-data tag in the android manifest:

Simon
- 19,658
- 27
- 149
- 217
2
votes
2 answers
How do I set the app invites email text or at least how do I format it better?
The app invites email screenshot Google shows on the app invites page https://developers.google.com/app-invites/ looks alright but the ones that I get for my app just have a nasty wall of text above the install button that comes from my app…

casolorz
- 8,486
- 19
- 93
- 200
2
votes
1 answer
Google App Invites: iOS App and Android app with different package names/bundle IDs - how can they be linked with goo.gl/App Invites?
I an app for both iOS and Android that I need to link via App Invites - but they have different package names/bundle IDs that represent the same service - how do I link them with goo.gl / the app-invite system?
The android package name differs from…

ZakTaccardi
- 12,212
- 15
- 59
- 107