Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ios17]

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

3 votes
2 answers
1k views

Spam of FCM push notifications on iOS 17 Beta

I have a testing app running iOS 17 Beta. And I am using a script using the following library: https://github.com/kreait/firebase-php. It works fine on iOS 16, that is, a single notification. However ...
2 votes
1 answer
339 views

Did Apple just create a new restricting rule for video autoplay?

I have a website developed in Webflow https://www.menghrani.com/, and the info videos in the "Services" section are set to start playing only when scrolled into view. It worked perfectly on ...
0 votes
0 answers
20 views

Piechart angle selection on tapping a sector instead of touch and hold gesture using SwiftUI Chart framework

I have created piechart using swiftUI Chart framework. Also made the chart interactive by using chartAngleSelection modifier. But, this will work only when we touch and hold the sector of Pie chart. ...
-5 votes
0 answers
18 views

Iphone home screen - Lock second menu on long press [closed]

I’ve set up a shortcut on the home screen for my 90-year-old mother on her Iphone 11 (ios 17) so that she can call me directly. Problem: if she presses for too long, a second menu appears and if I ...
-5 votes
0 answers
122 views

'onChange(of:perform:) was deprecated in iOS 17.0: Use onChange with a two or zero parameter action closure instead? [closed]

struct SudokuCellView: View { @Binding var value: Int? var onCommit: (Int?) -> Void var body: some View { TextField("", value: $value, formatter: NumberFormatter()) ...
0 votes
0 answers
25 views

File size on iOS: does the usual technique `... .fileSize` give the bytes of the content, or, the "rounded" size in re drive formatting?

In iOS to grab the size of a file, file.resourceValues(forKeys: [.fileSizeKey]).fileSize (Example, size of a whole directory ) In short how does the chunk size of affect this result? Is the result ...
0 votes
0 answers
32 views

WKWebView OAuth popup misses window.opener in iOS 17.5+

In my project, I'm using the WKWebView to display the Google OAuth popup. After it appears, the JS window.opener is null, and because of that, the original window cannot receive an auth token in a ...
1 vote
0 answers
24 views

Is it possible to actually eliminate the small padding-border areas on Dynamic Island? Essentially change the BG color of Dynamic Island?

The actual black curved border (at "A") is great. But if you try to use color fill up to that border, there is padding at the edges and indeed between the four areas - pointers "B" ...
0 votes
1 answer
94 views

How to get and display country name as 2 letters rather than full country name

I am trying to implement the Country Codes in my app for Phone Auth Login. This is a SwiftUI app using iOS 17 and below is the code i am using to implement this but it is printing out the full ...
0 votes
2 answers
89 views

in iOS17 UIKit is there a way to change/affect the border color of an iOS17 UITextField (other than the mangle shown here)?

This is about iOS 17 only. The only way I could hack around and achieve something like this was find the actual, real, border, get its real values sadly just add a fake on top of that layer once ...
0 votes
0 answers
42 views

unarchiveObject(with:) deprecated, is there a replacement when you are unwinding NOT a class but a vanilla [String: Any?]

req = ["a":nil, "b":3, "c":["d":3.3, "e":"e", "f":[]], "g":[]] Traditionally ("if js can do it we can do it too!&...
1 vote
1 answer
76 views

How to fix map annotation selection issues in iOS 17?

I'm working on MapKit for SwiftUI using iOS 17, where I have a custom annotation. When an annotation is selected, a DetailsView should be shown, but it does not work as expected. Selecting an ...
2 votes
1 answer
178 views

failed compiling with xcodebuild, swift package manager, iOS 17 and swift-confidential

My app compiles, validates and stores correctly from Xcode IDE using the library swift-confidential (a tool for obfuscating Swift literals). But I cannot use Xcode on my osx server so I need to use ...
0 votes
1 answer
41 views

Observable Toggle Communication Failure

I have an app that will play a confirmation tone if a toggle switch is set. Because the tone may be played for different actions throughout the app, I store the toggle status in the SoundManager class....
0 votes
2 answers
2k views

XCode 15.0.1 can't connect my real device IOS 17.1

Waiting to reconnect to Jawkhaa Domain: com.apple.dt.deviceprep Code: -10 Recovery Suggestion: Previous preparation error: An error occurred while communicating with a remote process.. The connection ...

15 30 50 per page
1
2 3 4 5
24