인 앱 결제 상품 추가

This commit is contained in:
Yu Sung 2023-08-20 20:22:55 +09:00
parent 3dfe4f3b8a
commit 154b5826c6
1 changed files with 8 additions and 1 deletions

View File

@ -34,7 +34,14 @@ class StoreManager: NSObject, ObservableObject {
products.removeAll() products.removeAll()
let request = SKProductsRequest(productIdentifiers: [ let request = SKProductsRequest(productIdentifiers: [
"\(Bundle.main.bundleIdentifier!).can_100" "\(Bundle.main.bundleIdentifier!).can_35",
"\(Bundle.main.bundleIdentifier!).can_55",
"\(Bundle.main.bundleIdentifier!).can_105",
"\(Bundle.main.bundleIdentifier!).can_350",
"\(Bundle.main.bundleIdentifier!).can_550",
"\(Bundle.main.bundleIdentifier!).can_1170",
"\(Bundle.main.bundleIdentifier!).can_3580",
"\(Bundle.main.bundleIdentifier!).can_5750",
]) ])
request.delegate = self request.delegate = self
request.start() request.start()