#QueriesSchemes attribute - Due to a new security feature in iOS 9 you need to list all the schemes that your app passes to App.CanOpenURL.
#ATSEnabled attribute - ATS is a security feature introduced in iOS 9 that prevents apps from accessing non-ssl web servers. This feature is disabled by default. You can enable it with this attribute.
Deployments improvements related to iOS 9.
Bug fixes.
Version 2.31 is now available for download from the same link.
This update is only required if you are using a local Mac builder.
It fixes an issue with CallSub methods and classes. It also fixes an issue related to building B4i-Bridge with Xcode 7.
No. Your device is a 32 bit device. When you build a debug app it only generates a single binary based on the selected option. In release mode it ignores this option and creates two binaries (32 bit and 64 bit).