-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Bug]: grade script clobbers manifestPlaceholder settings #928
Comments
@dtarnawsky thank you for reaching out! We're looking into this and will get back to you as soon as possible. |
Any update on this? Ionic and Onesignal are two pretty significant platforms, so I would expect paid products on both of them would integrate well together without breaking the app. |
Just wanted to chime in to say that we are also experiencing issues with a paid, enterprise application as a result of this. |
Any update. It's been a month so our only option is to move to another Push notification service where it will not break our app |
I apologize for the delay we are investigating the issue |
Hello everyone! A fix for this is included in our latest release, 5.0.3. Please let us know if you have any additional questions or concerns! |
What happened?
The build-extras-onesignal.gradle script is replacing entries in
manifestPlaceHolders
ofbuild.gradle
.This means that if you have a entry in
manifestPlaceholders
calledAUTH_URL_SCHEME
you will get a manifestMerger error:Manifest merger failed : Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <AUTH_URL_SCHEME> is provided.
Steps to reproduce?
Note: If you remove onesignal-cordova-plugin then the application will run.
What did you expect to happen?
The gradle script should not alter any entries in manifestPlaceholders of build.gradle
OneSignal Cordova SDK version
onesignal-cordova-plugin 5.0.1
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: