I read this: Check if my IOS application is updated (and its duplicate: How to detect an iOS App installed or upgraded? ), but all answers are about to store something into the user defaults in advance.
These are good answers if you are provident enough, but what if I want to determine it with an update? (And this update can be a new installation for new users.) There's nothing in the user defaults regarding this, so I need a solution for an already existing application. Is there an API for that?