LoginSignup
0
0

More than 5 years have passed since last update.

StoreKit.frameworkでKPaymentTransactionStatePurchasedが繰り返される現象

Posted at

StoreKitで課金処理をする時
一つのクラスの中ですべての処理を済ませたい為

[[SKPaymentQueue defaultQueue] addTransactionObserver:self];

と宣言しています。
これをdealloc内で

[[SKPaymentQueue defaultQueue] removeTransactionObserver:self];

とオブザーバを消してあげないと二重で処理が起きてしまいます。

ここで詰まったのでメモ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0