Carnival iOS SDK 5.2.1 Release Notes
Features
- You now have the ability to disable Auto Integration and stop our SDK from swizzling any UIApplicationDelegate methods. AutoIntegration is still on by default. Here is an example
[Carnival setAutoIntegrationEnabled:NO];
[Carnival startEngine:@"...."]; // Note, this must be called AFTER setAutoIntegrationEnabled.
Performance
- Tweaks to network requests
Bug Fixes
- Some projects were not able to enable bitcode, this has been fixed. Please get in touch if you're still not able to enable bitcode for your project.