Post

Replies

Boosts

Views

Activity

Reply to Issue Setting up Appstore Information
Please don't create multiple posts about the exact same issue. Besides, this isn't the place for your post. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums, and please don't post images containing your personal information.
Mar ’25
Reply to HomeKit
Cheers for your rant, but you're in the wrong place. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Mar ’25
Reply to NSString initWithFormat crash on ios18
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: App & System Services SubTopic: General Tags:
Mar ’25
Reply to How to use core spotlight ?
I replied to this, but my reply seems to have disappeared... Here we go (again): (And now it's appeared. Apple, issues with the forums after your changes overnight?) Aside from printing nothing (""), I think you're doing this in the wrong place. I have this in my main app's WindowGroup. It just loads the PhoneView: var body: some Scene { WindowGroup { PhoneView() .environment(modelData) // The difference is that I'm not continuing the Spotlight activity here, unlike you. } } struct PhoneView: View { var body: some View { VStack { // Blah blah blah } .onContinueUserActivity(CSSearchableItemActionType, perform: handleSpotlight) } private func handleSpotlight(userActivity: NSUserActivity) { guard let uniqueIdentifier = userActivity.userInfo?[CSSearchableItemActivityIdentifier] as? String else { return } if(!uniqueIdentifier.isEmpty) { // Handle the Spotlight activity } } }
Mar ’25
Reply to Merge 2 Apple IDs
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Mar ’25
Reply to iOS 18.4 beta 4 tipkit crash
Might be your code. Show us the code that's crashing and we'll see if we can help. If you think it's definitely a bug, then you should raise it in the normal way at https://feedbackassistant.apple.com/ You can post the FB number here if you like.
Topic: UI Frameworks SubTopic: General Tags:
Mar ’25
Reply to Xcode App Crashing after Initial Launch
Well, do you know where it's crashing in your code? Maybe supply a crash report on here with the stack trace so we can see what's happening.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Issue Setting up Appstore Information
Please don't create multiple posts about the exact same issue. Besides, this isn't the place for your post. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums, and please don't post images containing your personal information.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Issue Setting up Appstore Information
I strongly suggest you remove this image. Giving away your personal information is not a clever idea.
Replies
Boosts
Views
Activity
Mar ’25
Reply to HomeKit
Cheers for your rant, but you're in the wrong place. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Port 5000 still in use !
Why create a duplicate post just to add an exclamation mark to the title?
Replies
Boosts
Views
Activity
Mar ’25
Reply to Inquiry on Implementing Energy Monitoring for iOS Apps and Calculating Energy Impact
No need for duplicate posts with minor differences. Just edit the original post within an hour, or if you're outside that window, just reply to the original post.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to NSString initWithFormat crash on ios18
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to What is the lastest version update of macOS Sonoma 14?
https://en.wikipedia.org/wiki/MacOS_Sonoma#Release_history You could've done an internet search for this information. It's not really something that needs a post on these Developer Forums.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Widgets Intent Handler Dynamic Data (IntentConfiguration)
Gonna need a bit more context on this, and preferably some code...
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to MacBook Beta Update Issue
Check the Console app for any errors.
Replies
Boosts
Views
Activity
Mar ’25
Reply to The Order CSS property
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Mar ’25
Reply to How to use core spotlight ?
I replied to this, but my reply seems to have disappeared... Here we go (again): (And now it's appeared. Apple, issues with the forums after your changes overnight?) Aside from printing nothing (""), I think you're doing this in the wrong place. I have this in my main app's WindowGroup. It just loads the PhoneView: var body: some Scene { WindowGroup { PhoneView() .environment(modelData) // The difference is that I'm not continuing the Spotlight activity here, unlike you. } } struct PhoneView: View { var body: some View { VStack { // Blah blah blah } .onContinueUserActivity(CSSearchableItemActionType, perform: handleSpotlight) } private func handleSpotlight(userActivity: NSUserActivity) { guard let uniqueIdentifier = userActivity.userInfo?[CSSearchableItemActivityIdentifier] as? String else { return } if(!uniqueIdentifier.isEmpty) { // Handle the Spotlight activity } } }
Replies
Boosts
Views
Activity
Mar ’25
Reply to FairPlay-Protected HLS Files Not Transferred via Quick Start
No need to create a second post to change it. Just edit the post within the first hour. If you're outside of that hour, then just reply to the original.
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Merge 2 Apple IDs
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Replies
Boosts
Views
Activity
Mar ’25
Reply to iOS 18.4 beta 4 tipkit crash
Might be your code. Show us the code that's crashing and we'll see if we can help. If you think it's definitely a bug, then you should raise it in the normal way at https://feedbackassistant.apple.com/ You can post the FB number here if you like.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25