Open negberts opened 2 years ago
Yeah, this need to be fixed. Having a hard time to upload to Play store.
Also having issues with this.
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.
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:
https://github.com/CrossGeeks/PushNotificationPlugin/issues/175
Is it possible to add Exported = false to the Service tag of PNMessagingService?