Is it possible to get the badge value of another iOS application?
For example, if I want my app to know how much unread messages the user has, can I simply look at the badge of the message application and read the integer value?
Is it possible to get the badge value of another iOS application?
For example, if I want my app to know how much unread messages the user has, can I simply look at the badge of the message application and read the integer value?
No this is not possible, your app is sandboxed and can not acces other apps.