Skip to content

refactor: clean up deprecated APIs for v6.1.0#521

Merged
hyochan merged 5 commits intomainfrom
refactor/cleanup-deprecated-apis
Aug 16, 2025
Merged

refactor: clean up deprecated APIs for v6.1.0#521
hyochan merged 5 commits intomainfrom
refactor/cleanup-deprecated-apis

Conversation

@hyochan
Copy link
Copy Markdown
Owner

@hyochan hyochan commented Aug 16, 2025

Changes

  • Renamed getAvailablePurchases() to getActivePurchases() for clarity
  • Renamed getPurchaseHistory() to getPurchaseHistories() for consistency
  • Removed all deprecated methods marked for removal in v6.0.0
  • Cleaned up legacy code and unused methods
  • Updated example code to use new APIs

Breaking Changes

  • getAvailablePurchases()getActivePurchases()
  • Removed deprecated methods: initialize(), checkSubscribed(), getAvailablePurchasesAsync(), etc.

Migration Guide

  • Replace getAvailablePurchases() with getActivePurchases()
  • Replace getPurchaseHistory() with getPurchaseHistories()
  • Use initConnection() instead of initialize()
  • Use finishTransaction() instead of deprecated platform-specific methods

@hyochan hyochan changed the title refactor: Clean up deprecated APIs for v6.1.0 refactor: clean up deprecated APIs for v6.1.0 Aug 16, 2025
@hyochan hyochan merged commit 255820b into main Aug 16, 2025
1 check passed
@hyochan hyochan deleted the refactor/cleanup-deprecated-apis branch August 16, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant