-
Notifications
You must be signed in to change notification settings - Fork 7
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
OneSignal_disable_badge_clearing #14
Comments
I think you could add the following to
|
Thank you for the answer and I already managed to add in InfoAdditions with value that should not clear the badge or purge the other push alerts when the app is opened. I also extracted the .plist from the binary (.ipa) file and this property seems correctly added, but somehow the app still clears the badge and purges all the alerts when the app is opened for the first time. |
@romeoobane @marpies |
Should this setting be added directly in XCode .plist file and then rebuild the ANE? |
No, it needs to be set in the app descriptor XML. I tested this myself and indeed the setting does not have an effect in AIR app. The problem is with AIR as it seems to reset the badge automatically. You can try creating a feature request and collect votes. |
Thank you so much for testing on your side and for the clarification. I'll try to create a feature request for this. |
I would need to ask if it's possible to set "OneSignal_disable_badge_clearing" in iOS section of Application descriptor file of Adobe AIR? So far this setting seems to only work in XCode.
Kindly advice.
The text was updated successfully, but these errors were encountered: