Skip to main content

One post tagged with "Migration"

Migration guides and updates

View All Tags

v2.8.0 Migration Guide - iOS Field Naming Convention Update

· 4 min read
Hyo
Expo IAP Maintainer

Breaking Changes

Version 2.8.0 introduces naming convention changes:

  1. iOS suffix convention: Fields with iOS suffixes now use uppercase IOS instead of Ios
  2. ID suffix convention: All fields ending with ID now use Id instead for consistency (e.g., subscriptionGroupIDsubscriptionGroupId, bundleIDbundleId)

Note: Android field names remain unchanged as they already follow the correct convention (e.g., autoRenewingAndroid, purchaseTokenAndroid).