I’ve released an app but forgot to set the compatibility to iOS 3.0+, can I make an update to support 3.0+ and how?
Should I just change the deployment target to 3.0 and is there a way to test it in simulator for 3.0?
I only have 4.2 and 4.3 for debug…
I’ve released an app but forgot to set the compatibility to iOS 3.0+, can
Share
change your deployment target to 3.0 and test it in the simulator. If all goes well, submit it as an update – exactly as you described.
When you change deployment targets to 3.0, you should be able to select the 3.0 simulator in the schemes.