android - Parse Push Notification in Cordova App -
i have cordova project in android , ios.
i've trying connect parse project, i've seen tutorials of them couldn't me.
ios: in tutorial https://github.com/francimedia/pushplugin/tree/feature/parse, when add plugin automatically (cordova plugin add h ttps://github.com/phonegap-build/pushplugin.git) project , tried build, show me error :
"_ksecvaluedata", referenced from: -[pfkeychainstore setobject:forkey:] in parse(pfkeychainstore.o) ld: symbol(s) not found architecture i386 clang: error: linker command failed exit code 1 (use -v see invocation)
** build failed **
the following build commands failed: ld build/emulator/myapp.app/myapp normal i386 (1 failure)
or when tried add manually, when add parse.framework project, show me same error.
android: use following tutorial http://www.raymondcamden.com/2012/10/10/phonegap-parsecom-and-push-notifications, when edit mainactivity.java file , build project show me error. or when try used h ttps://github.com/francimedia/pushplugin/tree/feature/parse android , add javascript code in html, doesnt work.
i hope here can help, if have start again i'll it, want work.
thanks.
Comments
Post a Comment