- Home /
Is there a unified solution for push notifications on both iOS and Android?
I'm adding push notifications to my app. After googling online there seems to be a Unity package for mobile notifications here. It support local notifications for Android and local/remote notifications for iOS. But it doesn't support remote notifications for Android.
Are there any plans to add remote push notifications for Android (through firebase, GCM, etc.) in that package?
Answer by george_unity767 · Jan 10, 2020 at 07:15 AM
I recommend checking out OneSignal. I'm one of the founders and we started as a Unity game studio before deciding to switch to building a cross-platform push notification & in-app messaging service. As such, we've always had a focus on providing a good service to game developers, and a very high-quality Unity SDK.
I would like to use it but I keep having build issues with Unity 2020.2.f1. The documentation and solution found online did not help to found a solution. My error is "the $$anonymous$$ SDK version cannot be specified in the androidmanifest.xml file. you have to remove it."
sometimes it comes up with "could not delete old projectname\temp\gradleout\launcher\build\reports\lint-results-release-fatal.html" I tried this solution https://answers.unity.com/questions/1771479/the-$$anonymous$$-sdk-version-cannot-be-specified-in-the-and.html and this https://github.com/OneSignal/OneSignal-Unity-SDK/issues/323
but still the same issue
If you're still having this issue, please contact our support team through our website and we'd be happy to help you get up and running.