From 0668205e6c3028369a81098f12d8dfe8d76db6ba Mon Sep 17 00:00:00 2001 From: skykelsey Date: Wed, 2 Sep 2015 11:28:05 -0700 Subject: [PATCH] Allow both the Dev and Qa flavors of the dev app to receive push notifications. --- samples/apptentive-dev/google-services.json | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/samples/apptentive-dev/google-services.json b/samples/apptentive-dev/google-services.json index d2450fcea..50d814924 100644 --- a/samples/apptentive-dev/google-services.json +++ b/samples/apptentive-dev/google-services.json @@ -14,6 +14,37 @@ } }, "oauth_client": [], + "api_key": [], + "services": { + "analytics_service": { + "status": 1 + }, + "cloud_messaging_service": { + "status": 2, + "apns_config": [] + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "google_signin_service": { + "status": 1 + }, + "ads_service": { + "status": 1 + } + } + }, + { + "client_info": { + "client_id": "android:com.apptentive.android.qa", + "client_type": 1, + "android_client_info": { + "package_name": "com.apptentive.android.qa" + } + }, + "oauth_client": [], + "api_key": [], "services": { "analytics_service": { "status": 1