iOS SDK 4.8.6 is out!

Changelog

  • Fixed: The deprecated UIWebView was replaced by WKWebView.
  • Fixed: The SDK now only requests a device token at launch or if the authorization status changed when coming back to the app from the background.
  • Changed: -[AppsPanel sendPushPatch] is now deprecated and should be removed from your application delegate. This method is not needed anymore.
  • Changed: Raw values of APPushState changed so that APPushStateUndefined is equal to 0. This might cause unexpected behaviors if your app relies on the raw values of this enum.

Note: The minimum iOS version supported is now iOS 10.0.