Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションがアプリストアから更新された後にのみ、何かをする必要があります。私は NSUserDefaults でそれを行いますが、最初の更新後にのみ機能するため、私には適していません。
ヘルプ
ありがとう
if ([[NSString stringWithFormat:@"Version %@",[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"]]isEqualToString:@"Version 1.0"]) { // run your code here }