iPhone app Update Vs new version

前端 未结 5 1361
清歌不尽
清歌不尽 2021-01-05 08:34

Let\'s say I have an existing IOS app live on Appstore which is version 1.0

Now I make some changes to the app and want to submit back.

Are there 2 separate

5条回答
  •  再見小時候
    2021-01-05 09:32

    NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
    NSLog(@"version is%@",version);
    

提交回复
热议问题