Search results for

iPadOS 17.7.7

3,647 results found

Post

Replies

Boosts

Views

Activity

App crashes on iPadOS 13 but not on iOS 13
We have been updating our apps since iOS 8, we haven't really had any problems up until now.With iOS 13 and iPadOS 13, it looks like the same app runs on iPhones, but on iPads the app gets stuck on the initial screen, without any warnings in the console.We do audio streaming in the background and if it helps, we are using those kits:UIKitWebKitStoreKitAVKitFoundationUserNotificationsUserNotificationsUIMediaPlayer.MPNowPlayingInfoCenterMediaPlayer.MPMediaItemI've been trying to get my head around why I'm getting a different behaviour on iPhones. I would appreaciate any help.
2
0
728
Oct ’19
PDFKit since iPadOS 17.2: Annotations are scaled down when saving file
Dear Developer Community, My app is saving handwritten notes, forms and images as annotations in PDF documents by using PDFKit. Since iPadOS 17.2, the content of the annotations within the annotation boundaries is scaled down when saving the annotated PDF file. I.e. the annotation boundaries remain unchanged, but the displayed annotation content shrinks and no longer fills the boundaries. This gets worse with every save operation and applies both to newly created annotations and to elements that were saved before iPadOS 17.2. This issue only occurred after updating to iPadOS 17.2. The same code on my test device with iPadOS 17.1 works perfectly. Does anybody have a similar issue and/or found a workaround to solve this problem? Thanks for any idea!
2
0
1.2k
Dec ’23
Swift iOS iPadOS app for Smartcard Token PIV using CryptoTokenKit
Please excuse my lack of understanding of what are probably fundamental concepts in iOS/iPadOS development but I have searched far and wide for documentation and haven't had much luck so far. I am not sure that what I want to do is even possible with an iPad iPadOS app. Goals: Develop a Swift iPadOS app that can digitally sign a file using a PIV SmartCard/Token (Personal Identity Verification Card): Insert a PIV SmartCard/Token (such as a Yubikey 5Ci) into the lightning port of an iPadOS device iPad (NOT MacOS) Interface with the SmartCard/Token to access the user's PIV certificate/signature and use it to sign a file Question 1: How to get the PIV Certificate from SmartCard/Token/Yubikey into iPadOS keychain? * Do we need to get the PIV certificate into the iOS keychain? Is there another way to interact with a SmartCard directly? * This should prompt the user for their PIN? Question 2: How to get our Swift app to hook into the event that the SmartCard/Token is inse
14
0
3.8k
Feb ’23
Unexpected window resizing on iPadOS 16.4 after applicationDidEnterBackground
Starting on iPadOS 16.4 I noticed a new and unexpected behavior on iPad. Configuration: Tested on both iPad simulator and iPad real device with iPadOS 16.4 The app's window root view controller is set to UISplitViewController The UISplitViewController delegate is being used to detect when it collapses and expands. Scenario: Run the app Exit the app - applicationDidEnterBackground is fired splitViewController:collapseSecondaryViewController:ontoPrimaryViewController: is fired. Printing the traitsCollection of the main app's window shows that horizontalSizeClass is now Compact. (It was Regular before app was closed) Immediately after that, splitViewController:separateSecondaryViewControllerFromPrimaryViewController: is fired. Printing the traitsCollection of the main app's window shows that horizontalSizeClass is Regular. On both steps #3 and #4, the stack trace shows that a snapshot is being executed. Before iPadOS16.4, exiting the app didn't trigger the collapse/expand delegate methods. It w
1
0
847
Apr ’23
Single App Unable to Start ipadOS 13
I am attempting to get a new iPad running an enterprise app to run in single app mode. However, I get the following error:An unexpected error has occured with iPad.The profile must be installed using a device management tool. [MCInstallationErrorDomain - 0xFB4 (4020)]I have the ipad on ipadOS 13 because the app is utilizing some of the new USB/SD file management features.I am not sure how to fix this issue as I have wiped the device several times and get the same error, and I get the same error regadless of what app I try to run in single app mode. I am trying to run Safari assuming that is a safe app, yet it still throws the error.
0
0
813
Jul ’19
iPadOS 13.0 showing up as macOS 10.15??
I have upgraded (restored) to the latest iPadOS 13.0 beta on my iPadPro 9.7. As part of my company's security policy, we have to install MobileIron and a number of certificates to gain access to email/calendar info. Everything seems fine during the first phase of the profile download and installation. However, when I tried to launch MobileIron again, I would get an Unable to Reach Server Error. When I go into My Devices ==> Info in MobileIron, it shows the OS version on the iPad is now macOS 10.15!?!... Any idea why this would be the case? Is this what's preventing my iPadPro to Connect to the Server as it shows the wrong version of the OS? On my iPhoneX, the OS version shows iOS 12.3 on the same screen.Any help will be highly appreciated!George
3
0
7.5k
Jun ’19
HTML problem at Safari on iPadOS 18.2 or after version
We confirmed a problem at Safari on iPadOS 18.2 or after version. For confirmation, we made a HTML document (see below HTML1) what include ‘method=POST target=_blank’ and tested the form however server received GET method and there is no parameter, server did not receive “id” parameter. We confirmed that fact in captured packet and log file that on the server. HTML1: We also made another HTML document (see below HTML2) what include submit button, but the server received GET method as above. HTML2: And we also confirmed that it behaves differently depending on the network environment. If the form targets a name that does not exist (ex. target=” A12345”), behaves differently http or https. http: Safari opened new tag, but the server received GET method. Normally, Safari open new tag and the server receive POST method. https: Safari opened new tag, and the server received POST method. It is normally. If the form targets ‘_blank’, the server received GET method on http or https both. We think Safari chan
Topic: Safari & Web SubTopic: General
0
0
180
May ’25
Reply to iOS 17 DateFormatter produces unknown characters instead of space for format "MMM dd, yyyy hh:mm a"
During our testing of iPadOS 17 Beta 4 and now 5, we have observed that DateTime objects appear to be initialized differently from what we had seen in iPadOS 16. Presently, we are running Xcode 14.3.1 with Xamarin.iOS v16.0.0.72, in Visual Studio for Mac 2022 v17.6.3 on a MacBook running Ventura 13.3.1 (although several combinations of different versions of these components have not resolved the issue). Examples of what we are seeing when creating DateTime variables: In iPadOS 16, a typical DateTime (ToString()) shows as 7/27/2021 4:49:10 PM. In iPadOS 17 Beta, the same DateTime shows as 7/27/2021 4:49:10 a. A subsequent DateTime.Parse operation on the iPadOS 17 string leads to a Format_UnknownDateTimeWord exception in our application. The behavior is the same whether we are operating on a DateTime value from a database, or even just when creating a new DateTime object in code from scratch. Is this an expected behavior in iPadOS 17, or is it a known issue
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices On certain devices that have updated to iOS/iPadOS 26, the safeAreaInsets value is displayed incorrectly when rotating. On the iPhone SE3, the safeAreaInsets.top value is displayed inverted when rotating. It should return 20.0 when rotated vertically and 0.0 when rotated horizontally. Currently, the value is reversed. (0.0 when rotated horizontally and 20.0 when rotated vertically.) On iPad Pro devices, the safeAreaInsets.top value is always returned as 0.0 when the app is first launched. (This issue is believed to occur on all iPad devices, including the iPad Pro.) If the user subsequently rotates the iPad, the safeAreaInsets value is returned correctly. On the iPhone 17 with dynamic islands, the safeAreaInsets value is displayed correctly. My guess is that all devices running iOS/iPadOS 26 without dynamic islands will experience an issue where the safeAreaInsets value is displayed incorrectly. This issue occurs when build
4
0
469
Sep ’25
Recover iPadOS MenuBar state from different scenes
I’m building a Flutter plugin to access the new menubar API on iPadOS. Everything works fine with a single scene, but I’m running into issues when adding support for multiple scenes: Only odd-numbered windows (first, third, etc.) build their menus correctly. Even-numbered windows ignore the menus sent from Flutter and fall back to a default menubar. When switching between scenes, the last rendered menu always persists instead of updating to the current focus. So far, I’ve: Implemented the plugin as a singleton. Tried to persist menu state per scene, but without success. What would be the recommended approach here? Should I avoid a singleton and manage state entirely per UIScene instance? The project is open-source, and if anyone is willing to take a look, here are the relevant files: /ios/Classes/IpadOSMenubarPlugin.swift /example/ios/Runner/AppDelegate.swift Any guidance would be much appreciated.
1
0
119
Sep ’25