Tom Brückner
Tom Brückner
This is really ridiculous. So many years, and still no solution for mobile backdrop video?
+1 I tried to understand what this package does, and also had a look at the Node docs. But these are referring to a lot of Node-specific stuff that I...
Same here. Server crashes when trying to send out messages via APN with "socket hangup". I tested my certificates, they all seem to be ok (not expired). Pretty strange that...
This happened very long ago. IIRC, in the end it was a problem with the certificate. But I'm not sure.
Slightly Off-Topic: I am still on GCM and received the info from Google that it will drop this in favor of GCM by April 2019. Is there any upgrade instructions...
Additional info: I now ran `meteor` with the `--verbose` command. This shows that this happens when Meteor is uninstalling the phonegap-plugin-push plugin: ``` Preparing Cordova project from app bundle Processing...
Thanks, will try this. However, I already got the feedback from the author of the Cordova plugin that it isn't using `cordova-plugin-compat` at all. Any idea what might cause this?...
OK, good idea, will try this. What command do I have to enter to run the cordova build? I guess it's not the normal Meteor command as this would recreate...
I tried this. Interestingly, the cordova build command prints this output even if I remove all plugins: ``` Using this version of Cordova with older version of cordova-android is being...
I think I could track this down a bit more. Cordova CLI seems to install this cordova-plugin-compat plugin automatically. This works if the Meteor build is run for the first...