Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- isOfferAvailable(basePlanId, offerId): Checks if a specific offer i…
…s available for a given base plan ID and offer ID. - wasPremiumUser(): Determines if the user has ever purchased a premium product or subscription. - getPurchasedPlansHistory(): Fetches the user’s purchase history of premium products and subscriptions - isPremiumUser: Checks the user’s current premium status based on active in-app purchases or subscriptions **(No need to maintain a separate SharedPreferences)** - getInAppProductPriceById(inAppProductId): Retrieves price information for a specific in-app product. - Improved error handling with clearer messages for unsupported products and missing purchase tokens. - Refined logging to provide more informative output during billing operations.
- Loading branch information