Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

Problem with developer disk image for iOS 18.3 and frida or pymobiledevice3

I want to use frida-tools on my iPhone running iOS 18.3 from my Mac running OS 11.7. Versions of Xcode compatible with my OS are not compatible with recent iOS 18.3. So I want to mount the DDI (...
Ariane's user avatar
  • 356
0 votes
2 answers
68 views

How to Support iOS 14 and Earlier with New Features When Building with Xcode 16 (iOS 18 SDK) for App Store Submission?

Apple’s upcoming requirement (as per Apple’s announcement) states that apps submitted to the App Store after April 24, 2025, must be built with Xcode 16 or later using the iOS 18 SDK. I understand ...
Vikram Kumar's user avatar
0 votes
1 answer
44 views

iOS 18.2 app shows time in 24-hour format regardless of device settings (Swift 5.9)

I'm developing an iOS app using Swift 5.9 on iOS 18.2. When displaying time using DateFormatter, the app always shows time in 24-hour format—even when the device is set to use the 12-hour format (i.e.,...
Pushkraj Lanjekar's user avatar
3 votes
2 answers
71 views

TipViewStyle layout broken in iOS 18.4 – Tip message gets truncated

I’m using a custom TipViewStyle to modify the background and slightly adjust the layout of the Tips in my app. Everything looked great until iOS 18.4. Since updating, the layout is being compressed, ...
Andriy D.'s user avatar
  • 2,029
0 votes
1 answer
56 views

Universal Link works directly but not via redirect on iOS 18

We're facing an issue with Universal Links on iOS 18 and above. The problem seems related to how iOS handles redirects before reaching a Universal Link. When we open this direct Universal Link, the ...
ankitjaiswal's user avatar
  • 5,153
0 votes
0 answers
25 views

Intermittent Crash at completeTransition in Custom Navigation Animation (Firebase Crashlytics)

I'm encountering an intermittent crash on iOS 18 only (not reproducible locally, reported in Firebase Crashlytics) at transitionContext.completeTransition(!transitionContext.transitionWasCancelled) ...
Trí Chồn's user avatar
1 vote
1 answer
36 views

Why Display P3 causes PHPickerViewController to “Unable to Load Photos”

When I set the global theme color via window.tintColor or UIView.appearance().tintColor, selecting an image using PHPickerViewController triggers “Unable to Load Photos “ error. After my testing, this ...
Rakuyo's user avatar
  • 651
0 votes
0 answers
66 views

Connect to host on local network does not work on iOS 18

I am a bit shocked to see that my connector that still worked on iOS 17 doesn't want to connect to a local network host on iOS 18 anymore. To give you some context: The code is part of a swift ...
stoefln's user avatar
  • 14.6k
1 vote
0 answers
62 views

Hiding tab bar on iOS 18 when pushing screens with NavigationStack animation glitch

Given that on iPadOS 18 the TabBar is on the top, and I need to hide/show it based on push/pop a view to/from a NavigationStack I am experiencing a weird animation glitch. This question is similar an ...
Petar's user avatar
  • 2,291
0 votes
0 answers
115 views

Dynamic sort giving Ambiguous use of 'toolbar(content:)'

I have a dynamic sort or what some guys call a subview query that is giving problems compiling. I am getting an Ambiguous use of 'toolbar(content:) error at the opening bracket of the toolbar. The ...
Galen Smith's user avatar
1 vote
1 answer
30 views

.containerBackground availability incorrect?

I've been meaning to try .containerBackground for a while, having seen it introduced with iOS 17, but now that I did I am left confused, because XCode claims it's available only on iOS 18 or newer: ...
Andrei G.'s user avatar
  • 1,874
0 votes
0 answers
44 views

Codename One Internet Access doing nothing on iPhone with iOS 18

Since more than 2 years, an app developed with Codename One works pretty fine on about 500 devices (70% Android, 30% iOS). Suddenly - probably since iOS 18.0 or iOS 18.1 - users reported troubles with ...
Peter Saitz's user avatar
0 votes
2 answers
35 views

Alternate Way to store Class Strings so they will be Translated in a Localizable String File

I have been looking to translate my app into several foreign languages. After working with a Localizable String file for a while, I have noticed that the expense category names stored in a class aren'...
Galen Smith's user avatar
-1 votes
1 answer
71 views

How to Get Incoming Call Notifications to Create a Phone App in iOS 18.2+?

I am trying to create a phone app that can receive incoming call notifications using CallKit, as described in Apple's CallKit documentation. Added the com.apple.developer.calling-app entitlement in my ...
Pushkar Yadav's user avatar
0 votes
1 answer
69 views

How to center the item within an paging scroll view when only ignoring the top safe area?

When creating a paging scroll view and ignoring the top safe area the items within the scroll area do not center to the view, they seem to have an offset of the same size as the bottom safe area times ...
erosespinola's user avatar

15 30 50 per page
1
2 3 4 5
11