Post

Replies

Boosts

Views

Activity

Reply to VisionOS App has been purchased
Pop the whisky, wine or beer instead.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to UFC 🤝 ESPN 🤝 Apple TV = ♾💰📈
Reported as spam!
Replies
Boosts
Views
Activity
Jan ’24
Reply to xcode 15.2 giving "Command PhaseScriptExecution failed with a nonzero exit code" when comipliing on iPhone 15 (ios 17.0.1)
Go to the respective Github project and put the issue there. Flutter is not Apple-related.
Replies
Boosts
Views
Activity
Jan ’24
Reply to App rejected for not making in-app purchases, but the app region does not support IAP anyway
Well, just find a way for users to pay online, and in the app, they can access content afterwards and remove all traces of anything related to in-app purchases.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode 15.2 doesn't support 17.X version of device
Works for me no issue, and if you're on VPN then it won't work.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Default value of template T
protocol VT { init() } struct VarType<T: VT> { var item: T = T() }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to CoreData+CloudKit w/ Large Public Database
Cloudkit is meant for small snippets of data. With that said, keep the database somewhere in the cloud accessible via a web service or local to the device outside of the cloudkit storage and only sync the small changes that represent UI state, user selection or preference.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Simulator keeps crashing my computer
Your MacBook needs more resources. Investing in a MacBook Pro with more RAM and storage is best.
Replies
Boosts
Views
Activity
Jan ’24
Reply to About how to operate CarKeyRemoteControlSession() and vehicleReports() API
..
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to About how to operate CarKeyRemoteControlSession() and vehicleReports() API
First, you must be a vehicle manufacturer or sub-manufacturer with the required hardware environment to program for the respective vehicles. Class CarKeyRemoteControlSession The object that manages communication with the vehicles you manufacture.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Determine the user name that was used to login to a network server
This might get you in the right direction, the APIs are somewhat similar. https://unix.stackexchange.com/questions/406301/how-to-get-nfs-user-list-and-kill-connection
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to NSPersistentCloudkItContainer and iCloud synchronization speed issues
What does the code implementation look like that is responsible for the cloud sync?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to In App Purchases button crashing for reviewer, but not for me
Open Xcode, open project, go to the organizer, select your app and try to download any crash reports that will automatically symbolicate with the source code.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Is it possible to organize a shared photo library in photos, using albums or folders?
Sorry, no help from here. Post your question in Apple community forums.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Possible to run chrome or chromium headless browser on iOS?
Post your question on the respective Google developer forum. Chrome is not an Apple product; hence, there are no Apple APIs to do such.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24