enablePendingPurchases (1) 썸네일형 리스트형 [안드로이드] Support for pending purchases must be enabled. Enable this by calling 'enablePendingPurchases()' on BillingClientBuilder. Google Play Store에서 in-app billing 구현 중 아래와 같은 exception이 발생할 수 있습니다. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapp/com.example.myapp.MainActivity}: java.lang.IllegalArgumentException: Support for pending purchases must be enabled. Enable this by calling 'enablePendingPurchases()' on BillingClientBuilder. at android.app.ActivityThread.performLaunchActivity(.. 이전 1 다음