Skip to content

Commit

Permalink
fix: Update iOS IAP subscription IDs
Browse files Browse the repository at this point in the history
Due to a problem in the review process, we had to recreate our
subscription offers
  • Loading branch information
Ldoppea committed Mar 25, 2024
1 parent 3ad8800 commit 7642f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/domain/iap/services/availableOffers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { getErrorMessage } from '/libs/functions/getErrorMessage'
const log = Minilog('💳 Available IAP Offers')

const IOS_OFFERS = [
'price_2024_standard_monthly_01',
'price_2024_premium_monthly_01'
'price_2024_standard_monthly_03',
'price_2024_premium_monthly_03'
]
const ANDROID_OFFERS = ['2024_standard_01', '2024_premium_01']
export const SKUS = Platform.OS === 'ios' ? IOS_OFFERS : ANDROID_OFFERS
Expand Down

0 comments on commit 7642f0f

Please sign in to comment.