-
Notifications
You must be signed in to change notification settings - Fork 0
Nami SDK Stable Releases
Dan Burcaw edited this page May 1, 2024
·
12 revisions
- Crash fix for calling
dismiss
when paywall is already closed
- Added missing paywall action events for PaywallActionHandler for purchase success, cancelled and failed.
- NamiEntitlementManager: Fixed issue with function interface for
getAllNamiSkus
- NamiEntitlementManager: add
registerActiveEntitlementsHandler
to receive updates when active entitlements change - Add Entitlements section to Demo app to demonstrate NamiEntitlementsManager functionality
- Add Roku Pay IAP support for customers using Nami for purchase management
- Fix issue with conversion reporting
- In
paywallActionHandler
renamename
tocampaignName
for clarity - In
paywallActionHandler
addpaywallName
- Crash fix for CustomerManager
- Button center align issue
- Fix crash related to login
- Fix issue with sku text when introductory offers are present
- Eliminate style Brightscript warning
- Add
NAMISDK
before all sdk log messages - Add additional type checking crash guarding
- Added `m.namiCampaignManager.callFunc("registerAvailableCampaignsHandler", m.top, "availableCampaignsHandlerCallback") to a callback when campaign data has been updated
- Added
m.namiPaywallManager.callFunc("registerDeeplinkActionHandler", m.top)
to received deeplink action callbacks
- Fix issue with passing in product groups on certain templates
- Internal release
- Add PAGE_CHANGE events to paywall action handler
- Removed
OnPaywallScreenDismissed
. To dismiss, callm.namiPaywallManager.callFunc("dismiss")
. UseregisterCloseHandler
onNamiPaywallManager
to handle paywall close callbacks. - Updated the sample app to demonstrate new dismiss behavior
- Resolve crash when trying to launch a campaign before SDK is ready
- Fix to ensure
SHOW_PAYWALL
,CLOSE_PAYWALL
events are firing