-
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
Android 12 support #65
Comments
Yeah, this need to be fixed. Having a hard time to upload to Play store. |
Also having issues with this. |
PR: #66 |
That PR is still not accepted and there is no new version. Is there a work around? |
I found a work around. Just take the AndroidManifest.xml service deceleration you find the obj/Debug folder when you make a build and copy it manually into you AndroidManifest.xml in the project with the android:exported flag. Mine looks like this Then when you build again you will see that the AndroidManifest.xml in the obj/Debug has the correct deceleration. |
Thank you for your suggestion. Maybe I'm doing something wrong because the modified .XML file is always regenerated |
Same issue as reported here:
CrossGeeks/PushNotificationPlugin#175
Is it possible to add Exported = false to the Service tag of PNMessagingService?
The text was updated successfully, but these errors were encountered: