인 앱 결제 상품 추가
This commit is contained in:
parent
3dfe4f3b8a
commit
154b5826c6
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue