iOS SKPaymentTransactionObserver support?

Hey guys,

We’re hoping to be running an IAP promotion with apple shortly, and it seems that we need to support the above:

“Make sure your app supports the SKPaymentTransactionObserver method to process this transaction. Learn More

Any ideas how to achieve this?

Thanks,

Our IAP should already support this.

Rob

Thanks Rob,

Is this recently new then, as this is the only thing I could find:

https://forums.coronalabs.com/topic/69342-new-apple-inapp-purchases-in-ios-11/

https://developer.coronalabs.com/release/2017/3124/

  • iOS: implementing iOS 11 shouldAddStorePayment (to always return true)

Nice! So does this just work out of the box or do we need to implement something?

Sorry, I’ve just seen this requirement and I’ve not quite got my head around what I need to do.

Thanks,

You should not have to change anything.

That’s music to a very very tired developer’s ears 

Thanks

Our IAP should already support this.

Rob

Thanks Rob,

Is this recently new then, as this is the only thing I could find:

https://forums.coronalabs.com/topic/69342-new-apple-inapp-purchases-in-ios-11/

https://developer.coronalabs.com/release/2017/3124/

  • iOS: implementing iOS 11 shouldAddStorePayment (to always return true)

Nice! So does this just work out of the box or do we need to implement something?

Sorry, I’ve just seen this requirement and I’ve not quite got my head around what I need to do.

Thanks,

You should not have to change anything.

That’s music to a very very tired developer’s ears 

Thanks