Tommy Lacroix
Tommy Lacroix
Facing the same problem. I am not an Android developer, so I can't propose a PR, but I found this to enable foreground services in the meantime: https://www.npmjs.com/package/cordova-plugin-foreground-service
I personally and temporarily switched to this library in the meantime, only for Apple's APNs: [gepo/apns-http2](https://github.com/gepo/apns-http2). It hasn't changed much in the past 4 years, but it works great, and...
@sarveshamrit See the example above: https://github.com/Ph3nol/NotificationPusher/issues/199#issuecomment-810416186
@lucaoliano There's @HarelM that implemented a few fixes in his fork, but I don't think he really "maintains" per say. He says he uses it in a few projects. See...
@tobika This is probably the threads you're looking for: https://github.com/mauron85/cordova-plugin-background-geolocation/issues/688 https://github.com/mauron85/cordova-plugin-background-geolocation/issues/691
Addendum: Our compile script is as simple as it gets, on a vanilla EC2 Ubuntu 24.04 x64 instance: ``` git clone https://github.com/mozilla/mozjpeg.git cd mozjpeg || exit cmake -G"Unix Makefiles" make...
@erictroebs Thanks for the extra info. Not an experienced C/C++ programmer either, but in a nutshell, the `-fPIC` flag changes how the compiler computes its references. While I don't think...