Hello,
I’m reaching out to gather information regarding the upcoming changes to APNs certificates that are set to be implemented in the beta at the end of January 2025.
Specifically, I would like to understand the following:
What will be the practical impact of these changes on apes apis ?
What actually needed to be done at trust store for this changes, and how will it affect our current setup?
What steps do we need to take to update the certificates on our servers?
it’s crucial for us to address these changes in advance and keep our customers informed.
Thank you for your help!
Post
Replies
Boosts
Views
Activity
We have developed iOS app using WebRTC and ARKit for the video communication.We have used RealityKit with ARKit to add View or Text to specific position in real world. While sending the frame to the WebRTC we capture the screenshot of ARView with all the view which are present in current camera feed.We capture the view with help of CADisplayLink with 20 frame rate.
We took the reference of the Sticky Note Example for the above implementation. We have observed that after certain interval of time device starts to heat up.
Following are the various options we tried for this issue:
Try to decrease frame rate of CADisplayLink.
Disable most of the rendering options of ARView (RealityKit).
We tried to capture the view using Replaykit.
What modifications can be made to reduce the heating?