Complete
over 4 years ago

GRMNCIQ-1010

iOS BLE SDK Bitcode Support

As an iOS developer creating an app with the CIQ SDK installed, it would be convenient to be able to enable bitcode support on our iOS app. It comes some benefits, like per-device compilation optimization for speed and binary size. In addition, it allows us to deploy new versions of the application without having to recompile the app in certain situations. You can read a technical discussion about bitcode here, with quick instructions for enabling it in Xcode framework projects here.

The CIQ iOS SDK is the last remaining framework in our project that does not have bitcode enabled, blocking bitcode use for the entire project.