-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Track upgrade to cordova [email protected] and [email protected] #519
Comments
✨ Improvements ❇️
|
Current status:
If you would like to contribute testing results, you can do so here. Hopefully we will have a reasonable amount of coverage before we promote this to master. |
Tackling this first so that we can finish the javascript changes before upgrading the devapp. Without the port, we get the error:
|
Deploy port done (e-mission/e-mission-phone@78503b9). After that, I plan to work on the devapp and upgrade to the even more recent version of e-mission before fixing the trip end notification code since there may be additional changes required. |
Push notifications work on both android and iOS. Given the extra configuration, it might be easier to just use the FCM token throughout and remove the mapping code from the server. But I am a bit leery about FCM lock-in, and being unable to switch to other providers in the future. |
Ok, so I'm going to merge this, and then make the same changes to the devapp and the emTripLog app.
|
I'm going to declare this done right now, since I already closed #554 |
We have been working on a covid-19 tracking reference app in the
https://github.com/covid19database/phone-app fork.
There, we upgraded to the latest version of both
cordova-android
andcordova-ios
modules, and to the latest versions of the plugins.The https://github.com/e-mission/e-mission-phone/tree/upgrade_to_latest_cordova branch is tracking the changes required.
This is tracking the effort to port the changes back.
The text was updated successfully, but these errors were encountered: