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.
Post
Replies
Boosts
Views
Activity
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
@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?
Two more crashes showed up , the same after 10 days. Now, app crashed on app start like in 3 seconds. Googled,binged, duckduckgo, nowhere could find similar error. Its strange that am the only one getting this crash or atleast cannot find another app facing similar.
Later, i created a new project in xcode for watch with companion app together. And it was also showing same behaviour i.e. watch app not installing with ios app. Then, uploaded my app to testflight and installed. It installed the watch app automatically after installing ios app. Is this okay behaviour? Will it also do the same on app store?
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.
Thanks. Did it without removing the app store one. was having the same issue. Read this comment and deleted app store version. Now it works :)