Questions tagged [google-app-invites]

101 questions
5
votes
1 answer

Can app Google App invites be used with beta apps not on the app store?

Title pretty much sums this up. Can Google app invites be used with a beta app that is not on the play store yet?
Patrick Jackson
  • 18,766
  • 22
  • 81
  • 141
5
votes
2 answers

App Invites for Android: How to set received message content

I'm trying to test the new Google Play Services api "App Invites for Android" that is currently in Beta. Maybe I'm missing something but after tried the sample app, reading the documentation, and tested it in my app I cannot figure out how to set…
MrBrightside
  • 2,669
  • 3
  • 17
  • 24
4
votes
1 answer

Using Android/Firebase Invite System

I have implemented AppInviteInvitation today with Android and can succesfully send an invite but when the recipient tries to press the install button within the invite they are taken to plus.google.com in their device browser. Am I doing something…
4
votes
0 answers

Google Hangout button on webpage - invite parameters not working

currently trying out the Google Hangout Button on a webpage, followed the instructions on this page... https://developers.google.com/+/hangouts/button Click Button on Desktop chrome - Launches a new browser and hangout invites works…
nope
  • 51
  • 5
4
votes
2 answers

Google AppInvite: Email is not sent, while SMS is sent

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…
4
votes
1 answer

Google App Invite - Message Failed To Send

I am getting the following error while sending app invite: generic::INVALID_ARGUMENT: com.google.apps.framework.request.BadRequestException: No associated application and/or client ID found for package name Some info: I have tried with both…
Piyush
  • 163
  • 1
  • 10
4
votes
0 answers

Cannot send invite via Google AppInvites

In my app I has already working GCM and I has enabled AppInvites in google console. In my project main module I added generated google-services.json and applied 'com.google.gms.google-services' plugin but still when I trying to send the invites I…
Stepango
  • 4,721
  • 3
  • 31
  • 44
3
votes
0 answers

Android firebase app invites SecurityException not allowed to perform SYSTEM_ALERT_WINDOW

I have successfully implemented the Android firebase app invites functionality using this link and it is working fine for most of the devices. But on marshmallow device (6.0.1) when I click on the sms contact, the system crashes with message…
Chinmay Waghmare
  • 5,368
  • 2
  • 43
  • 68
3
votes
5 answers

Google AppInvite

Realize Google AppInvite by Google manual - link. Start Invite Activity and get next in the LogCat: E/AppInviteAgent: Get suggested invitees failed due to error code: 3 No Android client ID is found for package name .…
Oleksandr.D
  • 200
  • 7
  • 15
3
votes
2 answers

Check availability of Google App Invites

When I call to startActivityForResult to show Google App Invites activity, I get an ActivityNotFoundException: "No Activity found to handle Intent act=com.google.android.gms.appinvite.ACTION_APP_INVITE" Is there a way to check if I can use App…
Sergio Viudes
  • 2,714
  • 5
  • 26
  • 44
3
votes
2 answers

Google App Invite - Failed to start

I'm trying to use Google App Invite in my project by following all the steps from its official documentation and latest configuration on GitHub. However, it's not working at all in both debug and release version! It only shows this Snackbar message…
simplebe
  • 228
  • 3
  • 14
3
votes
0 answers

Android AppInvites API - How to customize with HTML

I've just implemented App Invites but the intent that starts has a status bar color different than the one I've set for my activities. Now according to this answer, they are now customizable with HTML but I cannot find documentation on how to do…
iBobb
  • 1,140
  • 1
  • 14
  • 35
3
votes
1 answer

App Store link not shown in app-invites email

I'm trying to implement App Invites in our application, but I can't get the iOS clients to link to the App Store. They always show the Play store link. According to the documentation, we need to call setOtherPlatformsTargetApplication if we have…
Maragues
  • 37,861
  • 14
  • 95
  • 96
3
votes
1 answer

Emails not going out and links in SMS's giving 404

We've just finished integrating Google AppInvites into our app. We've noticed the following issues: Emails are not being sent and SMS's that are sent, are sent with a link that says yields a 404 page. The above issues occur only if I set our…
bleuf1shi
  • 830
  • 7
  • 12
3
votes
0 answers

Does Android App-Invite support localization?

I have setup Android App Invite for my app and translated all the strings. When I send the app invites, the text in the email is always the first lines of the play store app description in the default app language (EN). On the play store, the…
Henri L.
  • 150
  • 1
  • 11