I've been using the MacOS XCode Reality Composer to export interactive .reality files that can be hosted on the web and linked to, triggering QuickLook to open the interactive AR experience.
That works really well.
I've just downloaded XCode 15 Beta which ships with the new Reality Composer Pro and I can't see a way to export to .reality files anymore. It seems that this is only for building apps that ship as native iOS etc apps, rather than that can be viewed in QuickLook.
Am I missing something, or is it no longer possible to export .reality files?
Thanks.
Post
Replies
Boosts
Views
Activity
I've configured all the request permissions aspects and when permission is granted to my web app the device token is returned and I save that to my db.
When I try and send a notification with this tool (https://github.com/onmyway133/PushNotifications) or from my serverside code with this library (https://github.com/genesluder/python-apns) using either token or certificate authentication APNS returns a 200 OK sent status.
However, my Mac Mini (running BIG Sur) doesn't get the notification. There is nothing in the response from APNS indicating any kind of error so I have no idea how I can work out where the problem is.
Any debugging advice would be welcome please.