Post not yet marked as solved
Hi!
I've installed iOS beta 4 on my iPhone 11 Pro and since then, I lost the signal and I don't have data. I have another iPhone X with iOS 14, and I don't have issue with it. It only occurs on iPhone 11.
I tried many things like: Reset network setting
Turn off/on airplane mode
Turn off/on cellular data
Hard reboot
Soft reboot
Reset content and data
Turn off/on roaming
...
Same issues
It seems that the cell is looking for the signal constantly.
Do you have any idea how to fix it ?
Post not yet marked as solved
Hi!
When using string method of DateComponentsFormatter, it gives sometimes an extra unit(2) in the formatted string instead of one.
In the following snippet, formattedString gives 213d 1h instead of 213d.
let durationShort: DateComponentsFormatter = {
let formatter = DateComponentsFormatter()
formatter.allowedUnits = [.day, .hour, .minute]
formatter.unitsStyle = .abbreviated
formatter.zeroFormattingBehavior = .dropAll
formatter.maximumUnitCount = 3
formatter.collapsesLargestUnit = false
return formatter
}()
let formattedString = durationShort.string(from: TimeInterval(86400 * 213))
Any idea?
Trying to run the demo project for wwc20-10099 in a iPhone 11 Pro using the supplied sample.mov, or real board. The entire time the app has the "Locating board" overlay instead of finding the board before the bean bags begin to be tossed.
And I also have this issue:
Error Domain=com.apple.vis Code=12 "processing with VNANERuntimeProcessingDevice is not supported" UserInfo={NSLocalizedDescription=processing with VNANERuntimeProcessingDevice is not supported}
Environment:
Big Sur 11.0 beta 20A5343i
XCode 12.0 beta 12A8179i
iPhone 11 Pro on iOS 14 beta 4
Post not yet marked as solved
Hi !
Is there a was to do an Apple Watch screen recording the same way we can do with iPhone screen recording?
Best!
Post not yet marked as solved
Hi!
I’m making an app with core Bluetooth. Do you know if it is possible to detect when the iPhone is connecting to or disconnecting from a paired car in background?
Best regards!
Yemey