Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@semiherdogan semiherdogan released this 11 Nov 16:21

You can install this release with $ npm install deepwall-react-native-sdk@2.1.0.

If you are updating from previous version you need to run $ cd ios && pod update RNDeepWall.

Added

  • Exported DeepWallValidateReceiptTypes enum.
  • Rewrite ios side from scratch using objective-c.

Changed

  • iOS swift file requirement for project is no longer needed.
  • Android deepwall-core module updated to 2.1.1.

Removed

  • Unnecessary gradle files removed.

Fixed

  • Fixed android event data models json cast.