Skip to content

Commit

Permalink
-billing lib updated to 7.0.0
Browse files Browse the repository at this point in the history
-Issues Solved
  • Loading branch information
hannanshahidfunsoltech committed Jun 13, 2024
1 parent 67730d5 commit 42d7c42
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ Call this in first stable activity or in App class
FunSolBillingHelper(this)
.setSubKeys(mutableListOf("Subs Key", "Subs Key 2"))
.setInAppKeys(mutableListOf("In-App Key"))
.enableLogging()
.setBillingClientListener(object : BillingClientListener {
.enableLogging().setBillingClientListener(object : BillingClientListener {
override fun onPurchasesUpdated() {
Log.i("billing", "onPurchasesUpdated: called when user latest premium status fetched ")
}
Expand Down Expand Up @@ -400,7 +399,14 @@ This Method used for Releasing the client object and save from memory leaks
- Set Logging for Release or Debug (By default only logs on debug mode)
- Now initialize billing lib in App class (if you want)
- Billing client ready check issue solved

- 13-06-2024
- Billing library updated to 7.0.0
- Threading consumption improved
- Billing client ready call back issue resolved
- Products price fetching issues resolved
- onPurchasesUpdated callback added to fetch updated premium status
- Proper logging implemented
- Price fetch missing related issues solved

## License

Expand Down

0 comments on commit 42d7c42

Please sign in to comment.