You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi we are observing an app hang related MPApplication updateBadgeNumber. Suspecting that it could be because updateBadgeNumber method uses the deprecated applicationIconBadgeNumber API to read the badge number. Apple suggests to use setBadgeCount(_:withCompletionHandler:) instead where you can only the set the badge. There is no option to read AFAIK.
What is not making sense is that applicationIconBadgeNumber is deprecated in iOS 17 and hang happening across all iOS versions (iOS 14 -16 ) since one month. Also we are not sure why mParticle is reading the badge number? can this be avoided?
Hi @AnilVarghese! Sorry for the delay. This was read historically such that mParticle could integrate server-to-server with various integrations, such as those that send push notifications. Given this is deprecated we can definitely remove it. We are spinning up a bug internally for this and will notify here when it's been removed. Thank you for the report!
Hi we are observing an app hang related MPApplication
updateBadgeNumber
. Suspecting that it could be because updateBadgeNumber method uses the deprecated applicationIconBadgeNumber API to read the badge number. Apple suggests to use setBadgeCount(_:withCompletionHandler:) instead where you can only the set the badge. There is no option to read AFAIK.What is not making sense is that
applicationIconBadgeNumber
is deprecated in iOS 17 and hang happening across all iOS versions (iOS 14 -16 ) since one month. Also we are not sure why mParticle is reading the badge number? can this be avoided?The text was updated successfully, but these errors were encountered: