You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: