Hi. we are getting to ready to submit our app (for a restaurant) to AppStore.
primary questions are:
- after we submit the app to appstore, (hoping app gets approved), if we improve the app do we have to go through the submission process everytime?
- how many times can we submit new versions (with any minor improvements).
regarding submission:
- there are no warnings in either Debug or Release build
- any pointers on memory leaks or any other testing that we could do?
- we'll follow https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/SubmittingYourApp/SubmittingYourApp.html
- we are using xcode 7.1. are there any pointers on making the submission easy?
- we have unit tested this app and are happy with beta testing on both ipad and iphone. on how many devices can we deploy the app for beta testing? i mean that we could copy directly from xcode.
thank you.