Questions tagged [ios16]

Use for questions specific to Apple's iOS 16 mobile operating system for iPhone and iPad, released in 2022. General iOS questions should use the [ios] tag.

487 questions
3
votes
1 answer

Issue with AVAudioSession route in iOS 16 - input is always MicrophoneBuiltIn. setPreferredInput method doesn't work

AVAudioSessionIOS16InpitIssue What this is about: I have an iOS "Guitar Effect" app that gets audio signal from input, process it and plays the result audio back to user via output. The app dosn't work with BuiltIn microphone of iOS device (because…
Gibadu
  • 51
  • 6
3
votes
0 answers

In iOS 16 local network permission pop-up no longer shows up?

My iPhone got updated to iOS recently, iOS 16.0.2 And in this version, the local network permission dialog is no longer shown up, although app is registered the plist entry for network access. I found this post to be…
RainCast
  • 4,134
  • 7
  • 33
  • 47
3
votes
3 answers

Simple TabView is crashing in iOS 16

There is a weird crash that only happens in iOS 16. When I try to create a TabView with page style, it's crashing when the array is empty. But it's working perfectly fine in iOS 15. Is this an iOS 16 bug? Xcode version: Version 14.0 (14A309) iOS…
GreatCornholio
  • 97
  • 2
  • 16
3
votes
2 answers

iOS 16 Poor SpeechSynthesisUtterance voice quality

since iOS 16 update my vocabulary app (PWA) has problems with spelling provided text to SpeechSynthesisUtterance object. It doesn't apply to all languages, eg. Russian sounds the same like before update to iOS 16. If it comes to German or English -…
chudy91
  • 408
  • 3
  • 18
3
votes
0 answers

iOS 16 RemoteIO: Input data proc returned inconsistent 2 packets

I am getting an error in iOS 16. This error doesn't appear in previous iOS versions. I am using RemoteIO to playback live audio at 4000 hz. The error is the following: Input data proc returned inconsistent 2 packets for 186 bytes; at 2 bytes per…
ndr
  • 52
  • 5
3
votes
1 answer

Objective C App has wrong [UIScreen mainScreen].bounds value since iOS 16

Device: Physical iPhone X (16.0.2) A legacy app (Objective C) of my client has worked just fine on iOS 15. On iOS 16 though, the app has suddenly 'shrunken in height'. The app opens as usual but on the top and bottom of the screen, there are black…
Medwe
  • 318
  • 1
  • 12
3
votes
1 answer

CSS hack that also supports IOS16

This CSS hack used to work up to iOS 15.6, but it doesn't work in iOS 16. @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) {} } Are there any new hacks to also target Safari 16?
3
votes
1 answer

iOS 16 WidgetKit Lock Screen Animated GIFs

Starting with iOS 16, it's possible to display animated GIFs on the Lock Screen using WidgetKit. Some Apps that currently support this feature: https://apps.apple.com/app/id1527221228 https://apps.apple.com/app/id1641107226 I've tried it myself…
guidev
  • 2,695
  • 2
  • 23
  • 44
3
votes
0 answers

`UITableView.appearance().sectionFooterHeight = 0` no longer working iOS16?

Since updating to iOS, I've noticed UITableView.appearance().sectionFooterHeight = 0 no longer works in my app (or in Xcode 14), screenshots attatched for reference, and here's how I was using it: init() { …
ragavanmonke
  • 409
  • 3
  • 13
3
votes
1 answer

Video Player inside List SwiftUI iOS 16 - controls not displayed

Caught a strange situation. In the new version of iOS, the controls for the video player are not shown if the video player is placed inside the list. In iOS 15.6.1 this code works fine as it should. struct ContentView: View { var body: some…
Eugene
  • 151
  • 8
3
votes
4 answers

iOS 16 FairPlay Changes

Are there any changes in FairPlay logic? My app has FairPlay protected Videos and Audio, they work perfectly until iOS 15.7, but in iOS 16 makeStreamingContentKeyRequestData is throwing me following error : Error Domain=CoreMediaErrorDomain…
3
votes
1 answer

Xcode 13.2.1 iOS 16.0 Device Support Files Not Working

Today updated my iPhone to iOS 16.0, had device support files for 16.0 installed from known depository on GitHub (i.e. https://github.com/iGhibli/iOS-DeviceSupport), and then tried to build from Xcode 13.2.1, but still no support for iOS 16.0.…
Yarko
  • 99
  • 1
  • 6
3
votes
1 answer

SwiftUI .deleteDisabled() is not working as expected

IOS 16 just came out and I was trying to update my app. While doing this, I stumbled upon a problem: In IOS 15, I had a list where you could delete items. But this was only possible when the isEditing variable is true. The problem is that…
3
votes
2 answers

UIMenuController is deprecated. Use UIEditMenuInteraction instead. iOS 16

I am using UIMenuControllerWillShowMenuNotification in my app. but in iOS16 UIMenuController is deprecated. I want to check when menu is open but in UIEditMenuInteraction class no Notification is available. In webview I need to show custom menu not…
3
votes
1 answer

Xamarin forms app crashes for Arabic in iOS 16 beta

Xamarin forms-based application crashes in iOS 16 beta for Arabic languages when there are two lines in the resx string. Also, it will crash if we apply "\n" in the code when binding to XAML file. example
ramya br
  • 225
  • 2
  • 17