We have moved to OneSignal for the push notifications service. Implemented it for Android and IOS and using the official plugin for Solar2D. We are correctly getting a single push notification on IOS but getting two notifications on Android. We have removed all the references of the other push service we were using and unsubscribed all the users from them just to be sure there’s no other service messing up.
The first notification is with a default title and message and the other is without a title and just the message. We are not using any additional field data. But we realised, if we use fields then the notification with a title contained this field and value but the one without a title doesn’t contain this additional field.
@josh_OneSignal Can you please shed some light on this topic? Any help will be appreciated.