Hey there !
My game currently requires iOS 9.0. I wanted it to require iOS 8.0, but I did a stupid mistake 
So I’m trying to make it compatible with iOS 8.0 but I’ve got several questions…
- Since I’m using https:// instead of http://, will that be a problem ? I’m also using the Facebook v4 plugin, so I had to add the exception in the build.settings file. Are there any other things that I should keep in mind ?
- I’m using Corona SDK v2016.2830 with XCode 7.2.1 and iOS SDK 9.2. In the simulator, once I’m asked to select an iOS SDK, it only allows me to select 9.2 (and 9.3 beta is greyed out) (to be honest, even after reading all the documentation, I’m now completely lost with iOS SDK / XCode).
- In the build.settings file, would switching to iOS 8.0 by simply changing the “MinimumOSVersion” to “8.0” work ?
Thank you !