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

Commit c763ad0

Browse files
committed
Remove GCM installation - it's no longer needed
The push-plugin now depends on the nativescript-plugin-google-play-services, so the addition of the GCM library is no longer needed.
1 parent 7689b4b commit c763ad0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ The code for the Push Plugin for NativeScript.
2626

2727
tns platform add android
2828

29-
- 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):
30-
31-
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
32-
33-
3429
- Add sample code in app/main-view-model.js in the function HelloWorldModel() like this one to subscribe and receive messages (Enter your google project number in the options of the register method):
3530

3631
```javascript

0 commit comments

Comments
 (0)