Skip to content

Android IAP for plus & pro #4835

Martin Santangelo requested to merge feat/android-iap-plus-pro into native/iap-epic

Ticket(s) / Related Merge Requests

#4835 (closed)

Summary of Changes

  • Added IAP for Plus & Pro subscriptions (Android)
  • Refactored the pro/plus subscriptions tokens/stripe to use the prices provided by the backend (it was hardcoded)
  • Refactored a little bit the upgrade logic (But it need further work)

The backend is not implemented yet. This MR has an example of an API request with the data we need to send

  • Changelog file updated with this template (one or more)
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

Ensure that you are on the Play Store version of the app (Shorter build number, 6 digits)

  • Go to settings -> minds+ / pro
  • Select cash
  • buy a subscription

Regression Scope

It can affect any process of the plus/pro upgrade. (Tokens, stripe, in-app purchases)

Platform Affected (web, mobile, etc)

Android/ios

Developer Testing Completed

  • android device

Screenshots

imagen

IAP-SUBS-DEMO

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports