Questions tagged [google-app-invites]

101 questions
23
votes
4 answers

Where do you file bugs for Android/iOS Google Products or Services (AppInvites, Maps, etc...)?

I've recently found a bug on the Android SDK for AppInvites. I searched the web, looking for a bug tracker for AppInvites and couldn't find any. So I posted on the classic b.android.com receiving this response from a Googler: Sorry, this tracker is…
Daniele Segato
  • 12,314
  • 6
  • 62
  • 88
21
votes
1 answer

AppInvites "Install" link doesn't open the app

It happens from time to time, also with Google's sample app (https://github.com/googlesamples/google-services/tree/master/android/appinvites). App is installed on device but instead of opening the app, "Install" link: Opens web browser on Lollipop…
froger_mcs
  • 13,972
  • 5
  • 23
  • 34
20
votes
2 answers

How to correctly use and track App-invites?

Background Google allows to perform app-invites and also track how well they improve your app installations: https://www.youtube.com/watch?v=UfdCNYXMC9M The problem I made a simple app invite, and it seems people do use it, using this code: public…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
13
votes
1 answer

How do I redirect to the Apple App Store with a deep link? (e.g. a query string)

I need to have an iOS user, who doesn't have my app installed, to download, then automatically navigate to a portion within my app. Related, is this question, but I am not exclusively reliant on Google's SDK. I can use anything. How can I Link a…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
11
votes
2 answers

Use Android DataBinding plugin parallel to GoogleServices plugin

was anyone able to use Android DataBinding plugin parallel to GoogleServices pluginplugin? dependencies { classpath 'com.android.tools.build:gradle:1.3.1' classpath 'com.google.gms:google-services:1.4.0-beta3' classpath…
10
votes
2 answers

Google AppInvites break build

Part of our app's build.gradle is this: tasks.withType(com.android.build.gradle.tasks.PackageApplication) { pkgTask -> pkgTask.jniFolders = new HashSet() pkgTask.jniFolders.add(new File(projectDir, 'libs')) } For some reason when…
user468311
8
votes
1 answer

How to style Google app invites screen

We have implemented Google App Invites on Android. It's working but doesn't look as an integrated part: the gray status bar, the blue toolbar and the default font just don't fit with our app. And the blue toolbar doesn't look like a native part of…
Codo
  • 75,595
  • 17
  • 168
  • 206
7
votes
1 answer

Retrieving a deep link when the app isn't installed (iOS)

In the iOS docs for Google App Invites, under Receiving Invitations, it is suggested that a deep link can be retrieved on first launch if the app wasn't installed in advance: If the user has not yet installed the app, the user can choose to …
Connor Treacy
  • 1,072
  • 6
  • 12
6
votes
1 answer

Result Code 3 when implementing AppInvites

I am trying to implement AppInvites. I have gone through all steps written here https://firebase.google.com/docs/invites/android And constantly get RESULT_CODE = 3, what have I done wrong?
filipp.kowalski
  • 5,495
  • 7
  • 27
  • 45
6
votes
0 answers

How to avoid Google App Invites showing a Snackbar?

Is there a way to avoid Google App Invites showing a Snackbar when invitation is sent? Or can I change the position where it's showing?
Sergio Viudes
  • 2,714
  • 5
  • 26
  • 44
5
votes
1 answer

Getting Results from AppInvite Google android

I am using Google Appinvite Api in my android appication to send invitation to friends. I am able to send the request and its working fine. But i want to track the friends to whom i have send request through my app. This is the code where i get the…
BalaramNayak
  • 1,295
  • 13
  • 16
5
votes
2 answers

Google App Invites invitations not being sent

As of 11/11/2015 Google App Invites are no longer sending out emails. SMS still works. Has anyone else experienced this? My app code has not changed in the last few weeks so suspected might be something to do with Play Services 8.3 - but that…
5
votes
1 answer

Whatsapp like invite via sms implementation, just sms, not via intent chooser

Unable to launch default sms activity in my application stack. Issue seen in nexus 6 lollipop and android one marshmallow. I have tried to send intent of ACTION_VIEW, and set the smsto: and sms body. I am able to launch sms application. I have the…
5
votes
1 answer

Is it possible to generate Google App Invite server-side?

I am developing an Android App (along with API server) with plans to promote it via App Invites. Currently I see how to create and send invite from installed app itself (using corresponding intent, which app user will turn into email or sms link).…
spacediver
  • 1,483
  • 1
  • 11
  • 18
5
votes
2 answers

Get suggested invitees failed due to error code: 3

I'm trying to run App Invites demo on a kitkat device but it returns Get suggested invitees failed due to error code: 3 and soon after Create invitations failed to error code: 3 What kind of error is it? Where i can find an error list?
Tostis
  • 386
  • 2
  • 5
  • 13
1
2 3 4 5 6 7