I am trying to upload my iOS app to app store but I was rejected. How can I set iOS project target from 9.2 to 9.3? Is there anybody help me about this subject?
- The rejection reason was only because of targeting 9.2?!zc246– zc2462016-04-11 09:20:22 +00:00Commented Apr 11, 2016 at 9:20
- For the reason they says "We discovered one or more bugs in your app when reviewed on iPad running iOS 9.3.1 on both Wi-Fi and cellular networks.", And i think my xcode target sdk is 9.2. And if can i change it to 9.3 may be i can solve this problem.Kadri– Kadri2016-04-11 09:22:39 +00:00Commented Apr 11, 2016 at 9:22
- 1So it's not about targeting, try to find and solve the bugs.zc246– zc2462016-04-11 09:23:45 +00:00Commented Apr 11, 2016 at 9:23
- İ dont know how to find bugs . my simulators version is 9.2 how can upgrade them to 9.3 ? if dont i have 9.3 target device i cant find bugsKadri– Kadri2016-04-11 09:27:08 +00:00Commented Apr 11, 2016 at 9:27
- @kadari what was the reason for rejection ? can u post here?vje1998– vje19982016-04-11 10:18:21 +00:00Commented Apr 11, 2016 at 10:18
2 Answers
As per your comment you need to update your xcode.
- If you have installed Xcode using App Store then update this way
go to App Store --> click on Updates tab on right top bar.
- If you have installed Xcode using DMG file downloaded then update this way
Click here to download Xcode 9.3 DMG
you may need to login with apple account to get start downlaod
once you have Updated Xcode 7.3.x then you can update target sdk
open project -> Settings --> General --> Deployment info
Just go for developer testing throughout the app with Wi-Fi and cellular networks as Apple engineers suggested for possible bugs on iPad/iPhone with updated ios 9.3.x
If everything goes fine lets prepare you Build with distribution certificate and upload to iTunesConnect to publish updated build.
Note : You can check any time your Xcode version installed
Just go to Xcode Menu --> About





