Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Course Upgrade Option with IAP #445

Closed
wants to merge 63 commits into from

Conversation

saeedbashir
Copy link
Contributor

@saeedbashir saeedbashir commented May 31, 2024

This PR adds course upgrade option with IAP. At the moment, support is being added for non-consumable products.

###Config:

Local Config:
ECOMMERCE_URL: 'https://ecommerce.example.com' // e-commerce base URL for the course upgrade application

The feature is configurable via server config.

{
  "iap_config": {
    "enabled": true,
    "restore_enabled": false,
    "ios_disabled_versions": "[]"
  },
  "value_prop_enabled": true // to hide/show upgrade information messages.
}
video.mp4

Note: The work is in progress and can have some issues, but the architecture is almost final and will not change much.

@saeedbashir saeedbashir changed the base branch from main to develop May 31, 2024 07:52
@saeedbashir
Copy link
Contributor Author

It's decided that this change will not go upstream so closing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants