Releases: superwall/Superwall-iOS
Releases · superwall/Superwall-iOS
1.0.5
- 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
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
This release adds full Objective-C support. We've also included a sample application to get you started!