-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Failed to get Plugin in 1.9.1 #1463
Comments
Do you have any logs from PGB showing any installation/build error? |
@debugErr yeah, it's not that easy. Updates need to be done to support Cocoapods, etc. That's why I document it is not supported for 1.9.0+ |
Thanks for the update and sorry for not seeing the updated PGB specific documentation. There is another issue on PGB with building iOS and the notification plugin (https://forums.adobe.com/message/9200149#9200149). It's a bit a mess at the moment. |
@macdonst I understand. Updates need to be done. But at the moment there is - to my understanding - no way to get push running. Version 1.8.4 has iOS problems and version 1.9.x cannot be used with PGB. That leaves users at nothing. Hope the issue can be resolved. |
For those who want to build with PGB see my comment here. |
@debugErr @frederikbosch the PGB team did some upgrades yesterday. Please give it a try and report back if the issue is now fixed. |
@macdonst The changes they made was to fix the problem with the entitlement file that caused it to fail on recent iOS build (phonegap/build#485 (comment)). Unfortunately the problem with the Cocoapods and building 1.9x on PGB has not been resolved. |
@debugErr the Cocoapods issue should have been fixed awhile ago. They are running a pod sync twice a day in order to stay up to date on the build machines. |
I solved this problem.
|
This thread has been automatically locked. |
I already reported the same issue previously, where I wasn't aware of the changed CLI min version requirement (#1343). However, PGB has updated and cli-6.4.0 should work as far as I understand the version requirement. I see the same issue:
Expected Behaviour
I can access window["PushNotification"] after device ready fired.
Actual Behaviour
window["PushNotification"] is always undefined
Steps to Reproduce
Install 1.9.1 as a plugin (I use PhoneGap build for that)
Install the app on the device
check the window["PushNotification"] after deviceready fired
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 10.1.1
Cordova CLI version and cordova platform version
cordova platform version ios 4.3.0
phonegap: cli-6.4.0
Plugin version
1.9.1
The text was updated successfully, but these errors were encountered: