You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Some app have the following in their main AndroidManifest.xml which causing OneSignal and Google Play services not to work or crash the app do to missing meta-data tags, services, actives, etc.
<applicationtools:node="replace">
This plugin should try to detect this and throw a build error to fail fast, instead of it becoming a hard to debug runtime error.
The text was updated successfully, but these errors were encountered:
@gorkemkara16 This isn't an error to fix, instead this is a feature request to add an error/warning if <application tools:node="replace"> is detected since having it creates issues with most libraries.
I recommend opening a new issue with the problem you are having with this plugin if you are running into an issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some app have the following in their main
AndroidManifest.xml
which causing OneSignal and Google Play services not to work or crash the app do to missing meta-data tags, services, actives, etc.This plugin should try to detect this and throw a build error to fail fast, instead of it becoming a hard to debug runtime error.
The text was updated successfully, but these errors were encountered: