-
Notifications
You must be signed in to change notification settings - Fork 43
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
Library version 2.1.2 does not work in Android 12 SDK #112
Comments
please test #115 |
It doesn't work on Android SDK 33 - |
did you follow the readme in the PR? https://github.com/williamrijksen/com.williamrijksen.onesignal/blob/87a8fabd33a38da7d9c4c2befd113b2ace65ff86/README.md#android I'm not using the module but when I use the file from the PR I can build a simple test app with the module and it builds fine. Android 14, Pixel 7, Ti 12.1.2.GA When do you see the error? |
maybe that phone doesn't have playservices installed or active? Can't help you with anything onesignal related as I'm not using it. |
Starting on Nov 2022, the app cannot build to support Android 12. It requires Receiver
FAILURE: Build failed with an exception.
Execution failed for task ':lib.com.williamrijksen.onesignal:processReleaseManifest'.
[ERROR] [GRADLE] > A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
[ERROR] [GRADLE] android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for
android:exported
when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.Will there be any update version for this change?
The text was updated successfully, but these errors were encountered: