Questions tagged [google-app-invites]

101 questions
2
votes
2 answers

Using Google's App Invites beta with an android app that has multiple build flavors (production, qa, debug, etc.)

I'm trying to use Google's App Invites API with my Android app and according to their guide, I need to put a config file that is generated from the developer console in the app/ directory of the project. My app has multiple build flavors, one for…
Maldrotic
  • 21
  • 1
  • 4
2
votes
0 answers

google app invites(beta) not working in android 2.3.6

Google App Invites(Beta) is not working in android 2.3.6 devices. I tried out in a 4 devices of different versions & it failed only in 2.3.6. Kindly point me to resources to resolve this error! Below is the stacktrace 06-16 08:49:13.939 …
1
vote
0 answers

AppInvite - get email or mobile number to whom invitation sent

I am using app invite in my code. When user invite to other user, I am rewarding app user with some points. So here the problem is that, in response after invitation I am getting ids and those ids are always unique even I send invitation to same…
Smeet
  • 4,036
  • 1
  • 36
  • 47
1
vote
0 answers

Firebase Invite not working in release apk

I'm using compile 'com.google.firebase:firebase-invites:11.0.0' Firebase invite works only with debug apk. I'd added the SHA-1 key from keystore to Firebase console. I'd tried using the google-service.json with AND without the release SHA but…
runrmrf
  • 71
  • 2
  • 6
1
vote
0 answers

Google play services keeps restarting upon clicking on invite links

I'm using Firebase-Invites cordova plugin. I'm able to use FirebaseInvites function and send invitations successfully. The links are generated with my associated domain, but when I click on them, Google Services keeps restarting and shows a…
Ari
  • 7,251
  • 11
  • 40
  • 70
1
vote
1 answer

Google app invites SMS deep link not opening app

My app is using googles app invites framework (the pre firebase version), links within email invitations work fine, user clicks link, app opens and deep link retrieved however when user sends via SMS embedded link opens play store instead? User…
GordonW
  • 1,120
  • 2
  • 16
  • 36
1
vote
0 answers

Unable to enable Firebase Invites in iOS on the Firebase console

I have a Firebase project where I'm using Firebase invites. The Android google-services.json correctly shows App Invites as enabled but the iOS GoogleService-Info.plist file shows it as disabled? Is there a way for me to switch it on for iOS in the…
1
vote
0 answers

Google App Invites only sometimes sending SMS

So I'm currently trying to test out Google App Invites API, I'm able to send emails, but SMS messages only go through sometimes. I'm currently using a release build variant and using a release-key for the google json file. I've looked at the other…
Matrix159
  • 67
  • 6
1
vote
1 answer

App invite in google plus

I am using App Invite API of Google. It is working properly. But the problem is, when I send app invite from the Sample application provided by Google itself, the view in the mail is different. Please have a look on the following image. But when I…
Vinit Saxena
  • 683
  • 2
  • 11
  • 27
1
vote
1 answer

Options for getting referral history from App invite?

I tried with Application invite through mail and sms and got successfully did that. But i need to get the referral history that invited friends history that is reffered friend name and mail id. I searched and tried about through google there is only…
karthik
  • 321
  • 1
  • 8
  • 21
1
vote
0 answers

Android App Invite

I added android app invite feature to my app and everything is working fine and there is no error. but the thing is when I send invites always it shows the message "Message failed to send". Anyone has an idea about what's going on?
Peiris
  • 115
  • 1
  • 3
  • 14
1
vote
0 answers

Google app invite tracking if you already have custom dimensions

I would like to track Google app invites in Google Analytics. There is a guide how to set it up. One of the steps is the create a custom dimension. However it says: Note that this dimension must be at Index 1 in the table of Custom Demensions Our…
Codo
  • 75,595
  • 17
  • 168
  • 206
1
vote
1 answer

Android App Invite custom image size restrictions

What are the size limitations for custom images for the App Invite API? They don't appear to be documented. I am convinced (by trial and error) there is a size limit enforced by the API. It does not throw an exception. The invite activity simply…
sidecarcat
  • 482
  • 5
  • 12
1
vote
1 answer

Google app invite SMS not getting sent but email working fine

i have implemented Google App Invite in iOS. Code : self.inviteDialog = [GINInvite inviteDialog]; [self.inviteDialog setInviteDelegate: self]; NSString* message = [NSString stringWithFormat:@"Message", [[GIDSignIn…
Ruby
  • 101
  • 9
1
vote
1 answer

How can I pre-fill emails for GINInvite or google application invitation?

with google framework, Google/AppInvite How can we add the list of emails for GINInvite object to send the invitation? I'm not getting any way to invite the list of emails I'm getting from my webApi Is it possible to prefill users to send app…
Kanjariya-IOS
  • 652
  • 1
  • 5
  • 17