Skip to content

6.3.1

Compare
Choose a tag to compare
@andresilveirah andresilveirah released this 17 Nov 08:20
· 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 the onAction callback, the Custom 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 and SPGDPRConsent classes.
  • Added a comment to make it more transparent the fact that SPSDK#userData accesses UserDefaults every time.