iOS SDK 4.8 is now available
almost 7 years ago by Simon BRUILLOT
Changelog
- added: Native cache for WS responses. Custom cache managment within the SDK was removed.
- added: We added log to know if a response comes from cache.
- added: We also added a field to the
sdk/stats
payload to know if a response came from cache. - improved: It is now easier to choose the security level for WS calls. The security level is now set with only one line of code instead of four previously.
- improved: In the previous version, if the IDFA was set to true in the SDK configaration, it was automaticaly requested and sent. We removed this functionnality because it was causing issues with App Store submissions, even for apps not using the IDFA.
- improved: Stats about WS calls and push notification were improved. They are now lighter but more complete.
- fixed: Memory leaks in APWSManager.
- fixed: There could be an issue with the push patch for iOS versions lower than iOS 10. The issue has been resolved.
- fixed: Passing NSNumber as
GET
parameters should now work as expected - fixed: Small bug fixes and performance improvements.