Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 509cb28

Browse files
committed
Add NOTE on the android-sdk's GCM library path.
1 parent 330b24c commit 509cb28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The code for the Push Plugin for NativeScript.
2525

2626
tns platform add android
2727

28-
- Add google play services, as GCM is part of it. It's present in the android-sdk. Add it like this:
28+
- Add Google Play Services, as GCM is part of it. It's present in the android-sdk. Add it like this (NOTE: your path may be different, it depends on the installation path of the Android SDK):
2929

3030
tns library add android C:\Users\your_user_name\AppData\Local\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\libs
3131

@@ -310,4 +310,4 @@ In case the application doesn't work as expected. Here are some things you can v
310310

311311
### iOS
312312

313-
- Error "Error registering: no valid 'aps-environment' entitlement string found for application" - this means that the certificates are not correctly set in the xcodeproject. Open the xcodeproject, fix them and you can even run the application from xcode to verify it's setup correctly. The bundle identifier in xcode should be the same as the "id" in the package.json file in the root of the project.
313+
- Error "Error registering: no valid 'aps-environment' entitlement string found for application" - this means that the certificates are not correctly set in the xcodeproject. Open the xcodeproject, fix them and you can even run the application from xcode to verify it's setup correctly. The bundle identifier in xcode should be the same as the "id" in the package.json file in the root of the project.

0 commit comments

Comments
 (0)