phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.32k stars 1k forks source link

No notification received when i change the PushPlugin.m #677

Open reddysant opened 8 years ago

reddysant commented 8 years ago

I have changed this line " [self.webView stringByEvaluatingJavaScriptFromString:jsCallBack];" to "[self.webViewEngine evaluateJavaScript:jsCallBack completionHandler:nil]; " because build is failing. After this line of change, the build is successful and i am able to get the device token back from the APNS but notifications still not working. Does that line change caused the issue??