SKPaymentQueue addTransactionObserver asking for App Store password on startup after in-app purchase

后端 未结 14 1170
耶瑟儿~
耶瑟儿~ 2020-12-01 04:46

My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these folks, my app downloads the content after the purchase succeeds

14条回答
  •  北海茫月
    2020-12-01 05:42

    If anyone is seeing this and is using GoogleMobileAds.framework then you may also need to call

    [GADMobileAds disableAutomatedInAppPurchaseReporting];
    

    in -application:didFinishLaunchingWithOptions:

提交回复
热议问题