Skip to content

Carnival iOS SDK 5.2.1 Release Notes

Compare
Choose a tag to compare
@CarnivalBot CarnivalBot released this 30 Sep 01:01

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.