Posts

Post not yet marked as solved
2 Replies
0 Views
Hi , Same behavior here... My app gets about a thousand downloads per day. On Dec 28th, there were suddently 90.000 downloads from "Institutional Purchases". See screenshot. It didn't see any abnormal change in the analytics though... What is this?
Post not yet marked as solved
23 Replies
0 Views
We have a similar problem with notifications not being received when the app is suspended or in the background.The Remote Notifications background mode is on, and all worked w/o issues in previous iOS-es...
Post not yet marked as solved
12 Replies
0 Views
Me too.. Showing up in all my 25 apps, mostly at position 1, and solely on iPhones running iOS12 ...Anybody has any clue what this might be?
Post not yet marked as solved
2 Replies
0 Views
Same problem here.. Not sure what is causing this...
Post marked as solved
3 Replies
0 Views
Yes, it is indeed related to the trackingState. I can confirm that the crash is gone when first performing a check on the trackingState, e.g.: if (_arsnView.session.currentFrame.camera.trackingState!=ARTrackingStateNormal) { // do not perform hitTest } else { // perform hitTest }In this example, _arsnView is a property from class ARSCNView
Post not yet marked as solved
5 Replies
0 Views
Thanks Michael , I’ve send you a direct message to your company info address. Thanks
Post marked as solved
1 Replies
0 Views
Appears to be captured and marked as a Known Issue in the iOS11 beta 4:The cameraCalibrationDataproperty of AVCapturePhoto returns nil when cameraCalibrationDataDeliveryEnabled is set to true, unless you also set depthDataDeliveryEnabled to true. In a future beta, you’ll be able to request dual photo capture and camera calibration data capture and receive wide and telephoto buffers plus the camera calibration data for both (without being zoomed to 2x and delivering depth data to the photo). (32209427)