6.3.1
·
1170 commits
to develop
since this release
6.3.1 (Nov, 17, 2021)
- Added a new action type,
Custom
. You can be notified when an action is taken by the user via theonAction
callback, theCustom
action can be used to trigger any custom flow you have on your app, eg. subscribing, paywall, etc. - Added a section on the
SPDelegate
methods to our README. - Better document (XCode comments) the
SPUserData
andSPGDPRConsent
classes. - Added a comment to make it more transparent the fact that
SPSDK#userData
accessesUserDefaults
every time.