Post

Replies

Boosts

Views

Activity

Reply to Waze issues
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. You should get in touch with Waze, and tell them which version of iOS and Waze you're using as that would seem to be quite important.
Apr ’25
Reply to iCloud automatically vacuums up Contacts w/o permission
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 future questions over at the Apple Support Forums. On this occasion, though, I'll help you out... Are you using a Mac, iPhone or iPad? It's pretty much the same journey on all devices: Launch the Settings app. Click/tap your name at the top above "Apple Account" in the sidebar. On the right-hand side, click/tap "iCloud". In the "Saved to iCloud" section, click/tap the "See All" button. You'll likely see that "Contacts" is enabled. You can disable that if you want, but somewhere along the way you enabled it when you signed into iCloud.
Topic: Community SubTopic: Apple Developers Tags:
Apr ’25
Reply to Problem NumberFormatter with Locale
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:
Apr ’25
Reply to SpaceBar Not functioning as expected
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. When you post there, please ensure you tell readers which versions of the software and hardware you're using. Thanks.
Apr ’25
Reply to App Store Connect
"But for some reason, I cannot select a build" - Why not? What is stopping you? What happens when you click the plus button and the popup appears with the various builds listed? You're telling us you cannot select a build "for some reason", but you don't tell us what's actually happening, so we can't actually help you. Have you added the translations? I think it requires at least one translation, even if it's just English. I think that's in the "App Store Localizations" bit. Take a look at the Help pages: https://developer.apple.com/help/app-store-connect/ There is a section on Managing Subscriptions.
Apr ’25
Reply to Problems With Car Connectivity
There is no version 18.5.4 so I'm not sure what version you're on. If it's 18.5 (the new beta), just raise any bugs you find in the usual way, by going to: https://feedbackassistant.apple.com/ You can post the FB (feedback) number here if you want. If you're on iOS 18.4 then you're on the released version, and these forums are the wrong place for your post. These forums are the right place for questions on coding and hints and tips on how to do something in your code. If you find an issue in a beta version (such as iOS 18.5 beta) of Apple's software you should raise it as a bug in the usual way.
Apr ’25
Reply to Warning: Reference to captured var 'hashBag' in concurrently-executing code
A few things here: STOP asking "AI" for answers to your coding issues. They are rarely correct, and just lead you down a rabbit hole of nonsense. I have absolutely no idea what you're trying to achieve here. Perhaps, stop using AI to craft your questions, and ask a proper question that we might be able to understand...? What are you trying to achieve? What is YOUR code? What error are you seeing in YOUR code?
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’25
Reply to Waze issues
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. You should get in touch with Waze, and tell them which version of iOS and Waze you're using as that would seem to be quite important.
Replies
Boosts
Views
Activity
Apr ’25
Reply to iCloud automatically vacuums up Contacts w/o permission
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 future questions over at the Apple Support Forums. On this occasion, though, I'll help you out... Are you using a Mac, iPhone or iPad? It's pretty much the same journey on all devices: Launch the Settings app. Click/tap your name at the top above "Apple Account" in the sidebar. On the right-hand side, click/tap "iCloud". In the "Saved to iCloud" section, click/tap the "See All" button. You'll likely see that "Contacts" is enabled. You can disable that if you want, but somewhere along the way you enabled it when you signed into iCloud.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to SwiftUI List Accessibility VoiceOver
Explain your issue.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Apr ’25
Reply to Problem NumberFormatter with Locale
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
Apr ’25
Reply to Calendar "Today's Events" Issue
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
Apr ’25
Reply to SpaceBar Not functioning as expected
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. When you post there, please ensure you tell readers which versions of the software and hardware you're using. Thanks.
Replies
Boosts
Views
Activity
Apr ’25
Reply to WidgetKit And Picture rotation
Surely you can just use a Bool? Set it to false initially, then flip it to true when the image is tapped. Then, the image rotation should kick in if the Bool == true. Once your network call is finished, that should set the Bool to false and the image rotation should stop.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode 16.3 (16E140) - Failed to create simulator [SOLVED]
I can see you edited your original post to say how you solved the issue, but I don't think you can mark your original post as the answer, so I'd suggest you respond to your post explaining the fix, and then mark that reply as the answer.
Replies
Boosts
Views
Activity
Apr ’25
Reply to connect() iOS 18.5 Developer Beta (22EF5042g)
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Getting my IAP Rejected
You don't attach an IAP to a build. You prepare it in App Store Connect, and upload a binary that is going to use that IAP. That's why there's no option to attach it to the build.
Replies
Boosts
Views
Activity
Apr ’25
Reply to ModifyPromo 409: State Error
Please use the code formatting tools when posting code, as it's pretty hard to read what you've written. That said, are you calling it correctly? If so, if this is a bug you should raise it with Apple rather than post it here in the Developer forums: https://feedbackassistant.apple.com/ You can post the FB number here if you like.
Replies
Boosts
Views
Activity
Apr ’25
Reply to App Store Connect
"But for some reason, I cannot select a build" - Why not? What is stopping you? What happens when you click the plus button and the popup appears with the various builds listed? You're telling us you cannot select a build "for some reason", but you don't tell us what's actually happening, so we can't actually help you. Have you added the translations? I think it requires at least one translation, even if it's just English. I think that's in the "App Store Localizations" bit. Take a look at the Help pages: https://developer.apple.com/help/app-store-connect/ There is a section on Managing Subscriptions.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Problems With Car Connectivity
There is no version 18.5.4 so I'm not sure what version you're on. If it's 18.5 (the new beta), just raise any bugs you find in the usual way, by going to: https://feedbackassistant.apple.com/ You can post the FB (feedback) number here if you want. If you're on iOS 18.4 then you're on the released version, and these forums are the wrong place for your post. These forums are the right place for questions on coding and hints and tips on how to do something in your code. If you find an issue in a beta version (such as iOS 18.5 beta) of Apple's software you should raise it as a bug in the usual way.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Warning: Reference to captured var 'hashBag' in concurrently-executing code
A few things here: STOP asking "AI" for answers to your coding issues. They are rarely correct, and just lead you down a rabbit hole of nonsense. I have absolutely no idea what you're trying to achieve here. Perhaps, stop using AI to craft your questions, and ask a proper question that we might be able to understand...? What are you trying to achieve? What is YOUR code? What error are you seeing in YOUR code?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to iOS Team Provisioning Profile oesn't include the com.apple.developer.activitykit entitlement.
There is zero need to make multiple posts for the same issue. You can edit your original post within an hour. If you're outside that window, just add a reply to your original post. If you add multiple posts you just pollute the forums.
Replies
Boosts
Views
Activity
Apr ’25