-
Notifications
You must be signed in to change notification settings - Fork 1
Nami SDK Early Access Releases
- Support
disableAmazonProducts
config feature flag to disable Amazon IAP codepaths (advanced use case)
- Support for horizontal items in responsive grid
- Support for hidden components
- Fix issue with images rendering too small
- Adopt Google Play Billing 7
- Bump Android compile sdk to 34
- Bump Kotlin dependency to 1.8.20
- Bump Jetpack Compose dependencies
- Support responsive grid component
- Support HLS video
- Support advanced video features
- Fix free trial duration not showing up on Amazon
- Fix issue with product text floating left
- Fix issue with or conditional check
- Fix issue with launch context item not always being applied between launches
- Fix issue with marketplace country reporting
- Fix certain images and list in collapse component not redenering
- Fix wrapper color issue
- Fix background video resizing
- Fix issue with video playing in background
- Fix amazon conversion reporting in paywalls only
- Support operating in paywalls-only mode on Amazon
- Support conditional based on product entitlement
- Improve collapse component behavior
- Allow rotation on supported tablet paywalls
- Implement support for invalid sku detection
- Fix HW back button issue when paywall running on top of React Native
- Support sku.pricePerWeek smart text
- API interface enhancement to facilitate runtime language change
- Fix incorrect styling in Ventura slide list
- Fix Ventura checkbox not clickable and legal text not appearing fully
- Fix Ventura fitContent product button setting not working
- Support or-assertions in conditionals
- Refactor
Nami.configure
function to support runtime reconfiguration
- Ventura: Resolve an issue with showing the right product on the right slide
- Ventura: Resolve an issue that prevented buy sku when legal terms is checked
- Ventura: Allow portrait mode on tablet
- Ventura: Add support for validating product groups
- Initial support for Ventura paywall template
- Downgrade Moshi for a SDK build variant
- Guard
NamiPaywallManager.isPaywallOpen
if SDK has not been initialized - Only enable ML functionality on supported accounts
- Provide an optional completion callback for
Nami.configure
- Attempt to resolve Android 13 crash by moving to safer back press methods
- Remove a proguard addition that may be leading to another crash
- Upload mapping outputs when we do a release
- Bump targetSdk and compileSdk to 33
- Bump some dependencies due to above version changes
- Refine when purchase history updates from Google Play occur
- Update purchase history from Google Play more often to help ensure cross-grade flow isn't engaged after a subscription expires
- Support for V1 of Brighton paywall template
- Advanced use case: support for overriding device language with a
NamiLanguageCode
- Add additional symbols for use within paywall templates
- Support changing symbol color on templates that support them
- Improved robustness of gathering required Google Play product details before paywall display
- Added
LaunchCampaignResult.PurchaseChanged
to NamiCampaignManager.launch result callback to surface changes purchase events occurring the launch lifecycle. - Added additional
paywallActionCallback
to NamiCampaignManager.launch to allow the monitoring of the user's paywall interactions (see: NamiPaywallAction) as they occur - Added
NamiPaywallManager.registerCloseHandler
to allow override of paywall close behavior when implemented - Support for paywall templates with product selection that is separated from the buy action
- UI improvements for paywall templates with horizontal products
- Removed a background service responsible for some crashes
- Improved paywall display behavior on Android TV
- Fixed calculation for Smart Text variable
priceDifferenceFromSku
- Further improvements to support for Nami cross-platform SDKs
- Additional enhancements to support for upcoming paywall templates
- Added a new paywall Smart Text variable:
priceDifferenceFromSku
- Improved support for customers bringing their own Play Billing implementation
- Improved support for Nami cross-platform SDKs (e.g. Flutter, React Native, Xamarin)
- Add initial support for upcoming paywall templates
- Lower Android minimum SDK version to 25. See compatibility guide for details.
- Fix bug that prevented past purchase validation for products no longer present on paywalls
- Fix another crash related to a SDK service that attempts to start when app is in background
- Change Basic sample app to minimum SDK version 25
- Fix UI thread issue in Java sample code
- New paywall templates: Mantis, Venice
- Added a new Smart Text variable:
percentagePriceDifferenceFromSku
- Added
NamiCustomerManager.registerAccountStateHandler
to make it easier to respond to login and logout calls. See SDK Reference for details. - Initial support for paywalls with more than one group of products
- Initial support for Android TV
- Fix crash due to unhandled exception for API paginated requests
- Fix crash related to a SDK service that attempts to start when app is in background
- For templates supporting gradients, correct gradient direction
- Provide better error message in logs when campaign launch fails
- Adjust template padding behavior
This releases focuses on resolving known issues from prior releases, polish items related to paywall templates, and improving upgrade/downgrade support.
- Improve feature badge rendering on trident template
- Improve product button rendering on starfish template
- Add missing product subtext on starfish template
- Resolve missing impression and transaction events
- Add gradient color support
- Improve upgrade/downgrade handling for apps with tiers of service
- Add additional debug level logging during upgrade/downgrade scenarios
This releases focuses on improvements to Nami's next-generation paywall template engine and adds support for new Smart Text variables
- Initial support for 3-product paywall template (codename: starfish)
- Add new Smart Text variables: pricePerMonth, durationInMonths, periodInMonths, periodNumberInMonths (see more: https://docs.namiml.com/docs/paywall-smart-text)
- Improved support for apps with a large number of SKUs
- Improved support for paywall templates (codenames: penguin, pacific, trident)
- Additional logging if the
NamiPurchaseCompleteHandler
callback can't be invoked
- Gradients are not yet fully supported in paywall templates that use them
- Device paywall impression and transaction events are not consistently reported to the Nami backend
This releases focuses on supporting Nami's next-generation paywall template engine, including initial support for three templates.
- Support for paywall templates (codenames: penguin, pacific, trident)
- Add
NamiPurchase
object toNamiPurchaseCompleteResult
- Add Play Billing purchase token to
NamiPurchase
- Live campaigns containing the 3-product paywall template (codename: starfish), results in a crash.
- Device paywall impression and transaction events are not being reported to the Nami backend
This release is focused on stabilizing the SDK interfaces with the V3 spec as well as setting the stage for rendering the next-generation paywall templates in upcoming alpha releases.
- Renamed
NamiEntitlementsManager.registerChangeListener
toNamiEntitlementsManager.registerActiveEntitlementsHandler
- Renamed
NamiAnalyticsSupport.registerAnalyticsListener
toNamiAnalyticsSupport.registerAnalyticsHandler
- Renamed
NamiCustomerManager.registerCustomerJourneyChangeListener
toNamiCustomerManager.registerJourneyStateHandler
- Renamed
NamiPurchaseManager.registerPurchasesChangedListener
toNamiPurchaseManager.registerPurchasesChangedHandler
- N/A
- Fixed crash in background service when SDK not initialized
- Fixed NamiEntitlementsManager.registerActiveEntitlementsHandler callback not firing
- Fixed NamiCustomerManager.registerJourneyStateHandler callback not firing
- Better error handling for incorrect App Platform ID
- Surface paywall sku entitlement reference for linked paywall
- Parse backend data for next-gen paywalls
- Bring Jetpack Compose related dependencies into the project
- Bump Kotlin version to 1.6.10
- Bump R8 version to 3.3.28 to resolve minify issues
This is the second alpha in the 3.0.0 early access release series. Changes include:
- N/A
- Remove
NamiPaywallManager.registerApplicationAutoRaisePaywallBlocker
- Paywall impressions, session, and transaction events upgraded to V3 spec; will now show up in Control Center > Developer
- Updated Basic sample app to include
Refresh Entitlements
button - Improved log message when a campaign with linked paywall is launched, but
NamiPaywallManager.renderCustomUiHandler
is not implemented
- Fix pro guard issue on CampaignRuleType
- Put class name in logging in the event json parsing fails
- Add correct value to source field when sending transaction event to Nami backend
- Handle case where a past purchased product, not configured in current Nami Control Center instance, prints a helpful log rather than 400
- Rename
NamiPaywallRaiseListener
toNamiPaywallDataProvider
to align with V3 spec - Update Nami configure function parameter names to align with V3 spec
- Removed dead code related to V2 api spec
This is the first alpha in the 3.0.0 release series. Changes include includes:
- Support for next-generation campaigns supporting paywall a/b testing
- Simple, yet more powerful mechanism to present paywalls
- SDK usability improvements including easier to understand interfaces
- Updated internal API calls to latest spec for improved performance and robustness
- Improved NamiCampaignManager and NamiPaywallManager for new style campaigns and paywalls
- Add
NamiEntitlementManager.refresh
to get latest entitlement state from Nami servers
-
Paywalls are now raised using NamiCampaignManager
-
NamiPaywall.raisePaywall
replaced byNamiCampaignManager.launch
-
-
Simplified linking device to an external account via external ID
-
Nami.setExternalIdentifier
replaced byNamiCustomerManager.login
-
Nami.clearExternalIdentifier
replaced byNamiCustomerManager.logout
-
Nami.getExternalIdentifier
replaced byNamiCustomerManager.loggedInId
- Added
NamiCustomerManager.isLoggedIn
- Removed
NamiExternalIdentifierType
-
-
Updated several interfaces for clarity
- Renamed
NamiEntitlementManager.registerEntitlementChangeListener
toNamiEntitlementManager.registerChangeHandler
- Renamed
NamiPaywallManager.registerSignInListener
toNamiPaywallManager.registerSignInHandler
- Renamed
NamiPaywallManager.registerPaywallRaiseListener
to NamiPaywallManager.renderCustomUiHandler`
- Renamed
-
Ability to set untrusted entitlements moving to backend API
- Removed
NamiEntitlmentManager.setEntitlements
- Removed
NamiEntitlmentManager.getEntitlements
- Removed
NamiEntitlmentManager.clearEntitlements
- Removed
NamiPlatformType
- Removed
- N/A
- Gracefully handle unknown (to the SDK) paywall types
- Update sample apps to use new interfaces
- Migrate core API requests to Nami V3 API spec
- Update maven publish location to https://packages.namiml.com/NamiSDK/Android/
- Dependency update for building on M1 Macs