인 앱 결제 상품 추가
This commit is contained in:
		| @@ -34,7 +34,14 @@ class StoreManager: NSObject, ObservableObject { | ||||
|         products.removeAll() | ||||
|          | ||||
|         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.start() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung