Post

Replies

Boosts

Views

Activity

Reply to Unable to inspect web view in iOS app running on Mac
Did you set the is inspectable property in the WKWebView?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to iOS 17 crash on UIDocumentInteractionController 'Print' option
I'm thinking it only supports portrait orientation.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Objective C implementation of Spatial Video(MV-HEVC) Maker
CMTaggedBuffer is a struct and isn't compatible with objective c. You would need to create an objective c compatible swift wrapper around it as well as any related items..
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to 'CLBeaconIdentityCondition' in scope
Would you be looking for CLMonitor.BeaconIdentityCondition?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to The output of the below code is different from what is anticipated
You could try tagging the functions as @MainActor func func1() {}
Replies
Boosts
Views
Activity
Mar ’24
Reply to Incorrect value date in debugger xcode?
Something we have run into is due to time zone differences.
Replies
Boosts
Views
Activity
Mar ’24
Reply to SwiftData app storage
It looks like it is possible to use the underlying core data persistent store option to vacuum the database https://developer.apple.com/documentation/coredata/nssqlitemanualvacuumoption
Replies
Boosts
Views
Activity
Mar ’24
Reply to Xcode 15.3 can't run app on Vision Pro
Do you have any firewall or vpn active?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Failed to product diagnostic error
That generally means there is an error that the compiler can't handle. I've had it due to syntax errors. Also due to complexity of the view. I would suggest commenting out elements of the view till it works.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to My app not visible on App store.
I'm seeing an app of that name by Tsewang Sonam. The search for the name is initially replaced by a different one, but if you tell it to search for Tsundue it is the second hit. This is in the U.S. store.
Replies
Boosts
Views
Activity
Apr ’24
Reply to External NFC on iPad
Have you tried the apple lightening to audio jack adapters? I'm thinking that worked with square's hardware that had used the audio jack.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to persist images even after the app is uninstalled in iphone application
If they are in a folder that is set to be backed up it might be restored. I had that happen with a personal app's core data store.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to USSD calls with * and # dont work iOS
Have you tried percent encoding the # and *? %23 and %2A
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Pasing remote JSON response
The json syntax is wrong. At a minimum you need to wrap it in {}'s and remove the trailing comma.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to iPad occasionally 't receive the 'applicationDidBecomeActive' system message in AppDelegate
This might help https://stackoverflow.com/questions/63554436/applicationdidbecomeactive-not-called-while-other-delegate-are-called-normally
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24