Post

Replies

Boosts

Views

Activity

Comment on How to initialize .nonAR mode properly?
Not able to receive session delegates in a nonAR arview. And running session.run(config, options: []) gives a crash. Only reason, i need delegates is because audio becomes 0 volume or maybe audio does not works after a phone call in realitykit arview nonAR. Only solution is restarting ARView currently as i cannot tell whats happening to the audio. Removing anchors, entities does not bring it back.
2w
Comment on AVAudioPlayer init very slow on iOS 18
Could this be a FPS issue? Because i replaced AVAudioplayer with AVPlayer and was getting the same issue. Maybe that siri or lock unlock corrects the FPS. Because all the other apps am using before this are 60 fps unity and flutter, react all at 60. Only my app goes 120 in scroll, it feels amazing. But my animation is really instant so the system keeps on doing 120 and 80 on animation rapidly ( the sounds also play with animation) then 60 when stops. Maybe i should keep my app running at 60 fps
Sep ’24
Comment on Upload Symbols Failed on Xcode 16
@Samuel-F they say its related to xcode. I posted it on their forums. https://groups.google.com/g/google-admob-ads-sdk/c/EUpnsUuV2bU Issue is I fear that without dsym, wont be able to know if a third party sdk has caused the crash. Though, i know about the behaviour of previous one which were added. But adding a new 3rd party sdk is risky. And even the previous one's with new iOS version, will we able to symbolicate crash reports without dsym for these libraries?
Sep ’24
Comment on Xcode 14: WatchKit App doesn't contain any WatchKit Extensions
Was seeing same message "watchkit app doesn;t contain any watchkit extensions," error, then i replaced WKWatchKit in watch target's info.plist to WKApplication, error is gone. App is working but doesn't install watch app simultaneously. Watch app when installed from xcode separately on watch works. And even deleting the main app on iphone removes the watch app. But it is not installing on watch when installing ios app on device and simulator both.
Aug ’23