Skip to content

Releases: superwall/Superwall-iOS

1.0.5

14 Sep 03:30
Compare
Choose a tag to compare
  • adds periodDays, periodWeeks, periodMonths and periodYears to product variables
  • adds daily, monthly and yearly prices to variables
  • exposes locale to event parameters in pricing related events
  • removes flicker when launching template viewer from debugger

as always, email jake@superwall.me with questions :)

User Attribute Support for Objective-C

14 Sep 02:12
9fa795e
Compare
Choose a tag to compare

This release adds a new method setUserAttributesDictionary on Paywall which accepts an NSDictionary of user attributes. It is similar to setUserAttributes but does not use the same Swift Enum-based interface.

Objective-C Support

13 Sep 01:15
Compare
Choose a tag to compare

This release adds full Objective-C support. We've also included a sample application to get you started!