How to implement custom prompt for Unity IAP and Apple Pay integration?

Hi there,

Thanks to the devs for the awesome package! I’ve got Unity IAP working smoothly functionally. I was wondering 2 things:

  1. Is there was a way to change the prompt that pops up when asking the user if they wish to purchase the asset? I’d like to use custom UI rather than the grey box that pops up

  1. Is there a way to integrate Apple Pay with Codeless IAP? My tests so far require the user to sign in to make the purchase but a seamless Apple Pay touch would make the transaction much smoother.

Thanks for the help!

Henry

That popup is just the fake store from the demo app and is not connecting to Apple. A real app would not have this UI (note the fake store mention). Regarding Apply Pay, that is default behavior on the device that we have no control over. Compare to the Sample IAP Projects here, first is scripted, second is codeless. Sample IAP Project

Hi Jeff,

Thanks for your reply! That was very helpful :smile: