2015-11-27 47 views
1

我正在使用PubNub開發聊天應用程序推送通知。我從ReferenceError:cordova未在MobileFirst中定義

https://www.pubnub.com/blog/2014-12-18-sending-android-push-notifications-via-gcm-javascript-using-phonegap/ 

使用pushnotification.js文件在我Mobilefirst項目按方向,但我得到「的ReferenceError:科爾多瓦沒有定義」。我如何解決我的MobileFirst項目中的這個問題?

請建議

回答

1

你沒有解釋在所有的(!)你採取以設置此步驟。我不確定你真的想用這樣的問題尋求什麼樣的支持。

我可以推薦你做的是不使用混合應用程序。相反,假設您使用的是MobileFirst Platform Foundation 7.1,則可以使用「純」Cordova應用程序類型(而不是MobileFirst Studio的「混合」)。使用此應用程序類型,您將可以更輕鬆地按照該頁面中提供的說明進行操作。

這是因爲混合應用程序不支持plug-man來安裝Cordova插件,因此很難使其工作。

所以,儘管第一本教程:https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/hello-world/integrating-mfpf-sdk-in-cordova-applications/