parse-push-plugin icon indicating copy to clipboard operation
parse-push-plugin copied to clipboard

ionic 2 how to import parse push plugin

Open stevenballs opened this issue 8 years ago • 3 comments

when i install cordova plugin add https://github.com/taivo/parse-push-plugin --save i run command , cordova build android in ionic2. Subproject Path: CordovaLib Error: Cannot read property 'get' of null

stevenballs avatar Sep 14 '17 02:09 stevenballs

try ionic cordova plugin add https://github.com/taivo/parse-push-plugin

avilasolucoes-naora avatar Oct 06 '17 14:10 avilasolucoes-naora

I'm also having the "Error: Cannot read property 'get' of null"

Trying "ionic cordova plugin add" is unable to finish plugin installation

renanosf avatar May 24 '18 06:05 renanosf

I had the same issue.. all you have to do is add the following preference in config.xml: <preference name="ParseNotificationIcon" value="android_notification_icon" /> Make sure the other preferences are also included (ParseAppId, ParseServerUrl, ParseGcmSenderId). Also make sure to put a png icon inside the resources folder.

georgesmhanna avatar Jul 04 '18 08:07 georgesmhanna