Skip to content

radyslavkrechet/PDPBuyMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BuyMe

Code examples for the In-App Purchase features:

  • Consumable
  • Auto-renewable subscription
  • Subscription groups

Setup the application before run:

  • Create an app in App Store Connect
  • Create consumable purchasewith with id [Bundle Identifier].realmoney
  • Create auto-renewable subscriptions with id [Bundle Identifier].subscription.forecast.weekly, [Bundle Identifier].forecast.monthly, [Bundle Identifier].forecastnews.weekly and [Bundle Identifier].forecastnews.monthly
  • Create group with name Subscription with separated forecastnews and forecast subscriptions
  • Replace sharedSecret in the file BuyMe/Source/Common/Managers/StoreManager.swift with yours