Questions tagged [google-app-invites]
101 questions
1
vote
0 answers
What is the content of the app invite configuration file?
I want to add app-invite to an Android app. This requires to add a configuration file. However, the page for creating that configuration doesn't finish loading. I've tried multiple browsers, on several days and a friend of mine had the same…

Bananeweizen
- 21,797
- 8
- 68
- 88
1
vote
1 answer
Android: Using Branch.io to generate deeplinks and Google Invites for content sharing
I was reading up on Google Invites: https://developers.google.com/app-invites/android/guides/app and also branch.io: https://dev.branch.io/recipes/content_sharing/android/#routing-to-content-within-your-android-app
Google Invites seems to excel at…

Simon
- 19,658
- 27
- 149
- 217
1
vote
1 answer
Android - Google App Invites - Getting referral information
Im designing an app that uses the Google App invites system. What i would like to do is get some way of getting the email of the person who sent the invite.
i.e User1 sends invite > User2 installs app > Activity says "You where invited by…

user237462
- 387
- 1
- 5
- 24
1
vote
3 answers
Google App Invites: Tracking Invites
I'm trying to understand this part of the guide (https://developers.google.com/app-invites/android/guides/app):
Tracking Invitations
After your app has received an invitation and taken the intended
actions, it should call the…

Simon
- 19,658
- 27
- 149
- 217
1
vote
0 answers
IOS AppInvites.xcodeproj default project not working
I am having a problem with the latest version 1.0.2 of Google AppInvites for IOS. I was using the previous version 1.0.1 last month and it worked back then. But somehow the new version did not work anymore or Google had changed something recently on…

evang2015
- 11
- 2
1
vote
2 answers
Google App Invites between different android applications
I have two different android applications with different package names (app ids). These applications are for different user "roles". Is it possible to send invite to install/setup first application from second application using Google App Invites…

Deinlandel
- 1,023
- 8
- 25
1
vote
2 answers
ld: symbol(s) not found for architecture i386 clang: error: after integrating cocoa pods for Google App Invytes iOS
Ld /Users/pallavi/Library/Developer/Xcode/DerivedData/Zingcy-flapxefzelxuhkdzrfjzikpzkylo/Build/Products/Debug-iphonesimulator/Zingcy.app/Zingcy normal i386
cd "/Users/pallavi/Downloads/Zingcy 24 Cocoajuly 2015"
export…

iMinion
- 159
- 1
- 14
1
vote
2 answers
Facebook App Invite for Xamarin
I am developing an application using Xamarin with traditional approach for all 3 platforms : Android, iOS and Windows Phone 8
For all 3 platform we would like to achieve the functionality of App Invite from Facebook.
But we could find the…

Nirav Shah
- 2,064
- 5
- 24
- 34
1
vote
1 answer
Google App Invite button always leads to Google Play
I'm implementing Google App Invite mechanism in my application according documentation. Invite sending works perfectly, but button "Install" has a very strange behaviour. Early the button worked more or less normal and click on "Install" opened…

Samik
- 890
- 1
- 8
- 16
1
vote
1 answer
Google App Invites: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.appinvite.AppInviteInvitation$IntentBuilder"
I'm trying to use the new Google Invitation api and I am getting an exception when trying to send an invite. I have added this to my gradle file:
compile 'com.google.android.gms:play-services-appinvite:7+'
And my code compiles fine. Not sure what's…

casolorz
- 8,486
- 19
- 93
- 200
1
vote
1 answer
Google App Invite - Recieving INSTALL_REFERRER while app is running
I cannot figure out how to receive broadcasts from Google Play under the following scenario:
I am in my application, I click home to minimize the app, then I go to my email (or sms) and click on the App Invite link. Google Play does its thing…

user2765913
- 13
- 1
- 2
0
votes
1 answer
Google Invitation is not sent using Google apps script when I use my personal email address
Continuation to my previous question, following code snippet is proposed by @Tanaike to send Google calendar invitation email to multiple email addresses simultaneously:
function SendMultiple(calendarId, eventId) {
var newGuests =…
user12736831
0
votes
2 answers
Sending multiple Google calendar invites using Google apps script
Following my previous question, I was able to send a Google calendar invite using the script proposed by @Tanaike:
function testNotification(){
var calendarId = "###";
var eventId = "###";
var email = "###@gmail.com"
…
user12736831
0
votes
1 answer
How to send an google agenda invite via code?
i am trying to send an invitation e-mail via a calendar app that i've been doing in php, is it possible to do it by code in any means?
Any framework would work for me, i'm using javascript and ajax, i've thought of doing it by python automatization…

Lucas Ragazzon
- 3
- 2
0
votes
1 answer
How to replace AppInviteApi .getInvitation(...) by FirebaseAppInvite.getInvitation(...)?
I upgrade today google play service library to the last and now i have such error like :
warning: [deprecation] getInvitation(GoogleApiClient,Activity,boolean)
in AppInviteApi has been deprecated
when i read the doc they say
This interface was…

zeus
- 12,173
- 9
- 63
- 184