Skip to content

Commit

Permalink
Allow both the Dev and Qa flavors of the dev app to receive push noti…
Browse files Browse the repository at this point in the history
…fications.
  • Loading branch information
skykelsey committed Sep 2, 2015
1 parent 4f61cda commit 0668205
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions samples/apptentive-dev/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0668205

Please sign in to comment.