diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist')
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index b3b1fd95..c395eefd 100644 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -64,5 +64,13 @@ </array> <key>NSLocationWhenInUseUsageDescription</key> <string/> + <key>UIBackgroundModes</key> + <array> + <string>remote-notification</string> + </array> + <key>GCM_SENDER_ID</key> + <string>XXXXXXX</string> + <key>IS_GCM_ENABLED</key> + <true/> </dict> </plist>
\ No newline at end of file |
