Skip to content

v2.0.1

Compare
Choose a tag to compare
@hannanshahidfunsoltech hannanshahidfunsoltech released this 14 Nov 12:16
· 5 commits to main since this release
  • Billing library updated to 7.1.1
  • isOfferAvailable(basePlanId, offerId): Checks if a specific offer is 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.
  • Billing client ready call back issue resolved (Now Exactly call after billing all setup finish)
  • Code optimized
  • Bugs solved