Since few days the database section on Cloudkit Console is not loading for me.
Found this error upon inspecting the network console:
TypeError: Cannot read properties of undefined (reading 'permissions')
Uncaught error: TypeError: Cannot read properties of undefined (reading 'permissions')
Shows this on browser:
Any idea what the issue could be?
Post
Replies
Boosts
Views
Activity
I wanted to implement AR Quick look feature with Apple Pay banner for native iOS.
While reading the official documentation given here - https://developer.apple.com/documentation/arkit/adding_an_apple_pay_button_or_a_custom_action_in_ar_quick_look, I understood that currently only AR experiences initiated through the web can show the Apple Pay banner at the bottom.
Is this feature only supposed to be built on the web? Is there any way to integrate this feature for AR experiences that are initiated through native iOS app?