Skip to content
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

Open
negberts opened this issue Jun 24, 2022 · 6 comments
Open

Android 12 support #65

negberts opened this issue Jun 24, 2022 · 6 comments

Comments

@negberts
Copy link

Same issue as reported here:

CrossGeeks/PushNotificationPlugin#175

Is it possible to add Exported = false to the Service tag of PNMessagingService?

@eyeveye
Copy link

eyeveye commented Jul 11, 2022

Yeah, this need to be fixed. Having a hard time to upload to Play store.

@digitalstreets
Copy link

Also having issues with this.

@nord-
Copy link

nord- commented Nov 21, 2022

PR: #66

@EmmanVazz
Copy link

That PR is still not accepted and there is no new version. Is there a work around?

@EmmanVazz
Copy link

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.

@GianMaria22
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants