For kids apps, Apple requires a parental gate when the app is opened by clicking on a promoted IAP in the App Store (which automatically calls the purchase function upon opening the app.)
Apple documentation states that the “delegate method in the SKPaymentTransactionObserver protocol” allows a return of “true” to continue the purchase or “false” to cancel it.
Do we have that much access to the SKPaymentTransactionObserver through Solar2d? How can we access it?