We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found that for the course https://learning.edx.org/course/course-v1:HarvardX+MCB63X+1T2024c/home in OpenedX mobile app there is no "Upgrade to access more features button". At the same time this button is present on the Web and edX mobile app
The text was updated successfully, but these errors were encountered:
closed bug is on current edx app
Sorry, something went wrong.
from @saeedbashir - old app uses
if let courseModes = dictionary["course_modes"] as? [[String: AnyObject]] { for mode in courseModes where mode["slug"] as? String == "verified" { verifiedModeAvailable = true if let sku = mode["ios_sku"] as? String { iosSku = sku } lmsPrice = mode["min_price"] as? Double ?? 0 break } }
verifiedModeAvailable isn't checking for the sku which it should be
No branches or pull requests
Found that for the course https://learning.edx.org/course/course-v1:HarvardX+MCB63X+1T2024c/home in OpenedX mobile app there is no "Upgrade to access more features button". At the same time this button is present on the Web and edX mobile app
The text was updated successfully, but these errors were encountered: