Mike Paszkiewicz
Mike Paszkiewicz
@gwendall I followed up on that issue, the most recent Phonegap push plugin supports programmatically delaying push: https://github.com/phonegap/phonegap-plugin-push
@raix With 1.3 supporting cordova-ios 4.0.1, this looks to be a lot more feasible? [This issue](https://github.com/phonegap-build/PushPlugin/issues/378) implies changing the push plugin dep version to 1.5.2 would enable programmatic control of...
by upgrading the cordova plugin - are there any changes to actual package code, or just bumping the Cordova.require to 1.5.2?
All for it, a QA test plan would be an awesome place to start out. Can definitely contribute where needed!
@jesse-savary I'm running into this today - did you manage to fix it?
@jesse-savary Hmm yeah - will report back here if I make any progress.
@droplessjordan Awesome - the Podfile change did the trick for me - thank you so much!! XCode 12.5, React Native 0.64.1, Big Sur
same issue on 0.64.1
@jdmswong @dylanmcgowan Try removing the .fetch() - solved the problem for me. When using fetch, it assigns templateInstance.collection to a typical collection fetch [ {}, {}, ...] In reality, the...