Skip to content

Commit

Permalink
Merge pull request apptentive#108 from apptentive/update_push_config
Browse files Browse the repository at this point in the history
Allow both the Dev and Qa flavors of the dev app to receive push noti…
  • Loading branch information
skykelsey committed Sep 2, 2015
2 parents b52b2c7 + 0668205 commit 34b5c8b
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 34b5c8b

Please sign in to comment.