fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
623 stars 999 forks source link

Property 'webViewEngine' not found on object of type 'FCMPlugin *' error in xCODE #30

Open snehoo opened 8 years ago

snehoo commented 8 years ago

Android notifications received successfully, in IOS I get an error while trying to Build app in the file FCMPlugin.m on line [self.webViewEngine evaluateJavaScript:notifyJS completionHandler:nil];

error >> Property 'webViewEngine' not found on object of type 'FCMPlugin *'

if i comment that line build is successful and notifications are received in iOS

fechanique commented 8 years ago

Make sure you use the latest version of Cordova and iOS-Cordova platform

carlo318 commented 7 years ago

Updating from IOS 3.9.2 to 4.1.0 solved for my app. Thankyou.