iOS SDK 4.8.6 is out!
almost 5 years ago by Arnaud Olivier
Changelog
- Fixed: The deprecated
UIWebView
was replaced byWKWebView
. - 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 thatAPPushStateUndefined
is equal to0
. 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.