Post

Replies

Boosts

Views

Activity

Reply to Need help making iPad 13 screenshot
Right, well, information like that should be provided upfront so we can offer appropriate help. Okay, what size screenshots for an iPad do you have? You could always use a smaller image, like one for the 11-inch iPad, and scale it up to the right dimensions. Or, you could make an image that fits the 13-inch size requirements but contains the 11-inch image instead. Think of a gradient coloured background with an image of an 11-inch iPad showing your app, and having some text at the top or bottom. Take a look at other apps on the Store, and see what they do with their screenshots.
Jul ’25
Reply to I can't run or create a simulator that isn't iOS26 after downloading the Xcode Beta 3
Let's go through this one issue at a time: "I couldn't build my app": Why not? What error(s) are you seeing? Being unable to build your app has nothing to do with running your app on a Simulator or device (other than it needing to build before you can deploy it). "tried to create a simulator with iOS18 but it didn't show up": Meaning you don't have iOS 18.5 installed. "I tried deleting iOS18 platform and downloading it again": Where from? Xcode > Settings > Components? That's the best place to manage your installed runtimes. "I tried deleting Xcode Beta but it didn't solve the problem": The Xcode and Xcode-beta apps are entirely separate from the installed runtimes. The runtimes are installed in a separate location, which is very flexible because it saves disk space by allowing them to be shared between any installed Xcode apps. "I deleted Runtimes folder, it didn't solve": Don't do this. Use Xcode's Settings > Components to manage your runtimes. So, let me know what's listed in your Xcode (not Xcode-beta) app's Settings > Components window. If iOS 18.5 is listed but not installed, try clicking "Get" to install it.
Jul ’25
Reply to icloud capability not working?
When you created the app you selected "None" for storage, and now you want to add storage. The easiest way to do this is to create a completely new project and select the correct storage option, and see what that new project contains that your existing project doesn't. You should be able to figure out what keys need adding to a plist, or what code needs to exist in which files, etc. I am not suggesting you move your code from your current project into the new one; that would cause you far more problems than you need. Just compare what you have already and what the new project has, and make them the same. (The last thing you should attempt is to use an LLM or "AI" - you will spend far longer trying to give it the right context.)
Jul ’25
Reply to Need help making iPad 13 screenshot
Right, well, information like that should be provided upfront so we can offer appropriate help. Okay, what size screenshots for an iPad do you have? You could always use a smaller image, like one for the 11-inch iPad, and scale it up to the right dimensions. Or, you could make an image that fits the 13-inch size requirements but contains the 11-inch image instead. Think of a gradient coloured background with an image of an 11-inch iPad showing your app, and having some text at the top or bottom. Take a look at other apps on the Store, and see what they do with their screenshots.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Bug
You should probably use the Contact Us link in the footer: https://developer.apple.com/contact/ It'll give you more options than just raising a post in here. We're just random developers like you.
Replies
Boosts
Views
Activity
Jul ’25
Reply to payment
Are you trying to sign up and pay for an Apple Developer account? Have you tried the Contact Us page listed at the bottom of every page on here? https://developer.apple.com/contact/ There are phone options.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Need help making iPad 13 screenshot
Can't you just use the iPad 13 Simulator via Xcode?
Replies
Boosts
Views
Activity
Jul ’25
Reply to iOS 26.0 (23A5287g) - iPhone 15 Pro
I've got an iPhone 13 mini on iOS 26 beta 3, and the search field is at the bottom of the screen. If it's definitely not there on the iPhone 15 Pro, then you should raise a bug in the usual way at: https://feedbackassistant.apple.com/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’25
Reply to iMessage and FaceTime issues
Given you're now back on iOS 18.5, this is not an issue in the beta. 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
Jul ’25
Reply to Couple simple suggestions to make WKExtendedRuntimeSession a lot better
If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to I can't run or create a simulator that isn't iOS26 after downloading the Xcode Beta 3
Let's go through this one issue at a time: "I couldn't build my app": Why not? What error(s) are you seeing? Being unable to build your app has nothing to do with running your app on a Simulator or device (other than it needing to build before you can deploy it). "tried to create a simulator with iOS18 but it didn't show up": Meaning you don't have iOS 18.5 installed. "I tried deleting iOS18 platform and downloading it again": Where from? Xcode > Settings > Components? That's the best place to manage your installed runtimes. "I tried deleting Xcode Beta but it didn't solve the problem": The Xcode and Xcode-beta apps are entirely separate from the installed runtimes. The runtimes are installed in a separate location, which is very flexible because it saves disk space by allowing them to be shared between any installed Xcode apps. "I deleted Runtimes folder, it didn't solve": Don't do this. Use Xcode's Settings > Components to manage your runtimes. So, let me know what's listed in your Xcode (not Xcode-beta) app's Settings > Components window. If iOS 18.5 is listed but not installed, try clicking "Get" to install it.
Replies
Boosts
Views
Activity
Jul ’25
Reply to iOS 26 Beta 3 `safeAreaInsets`
Beta 3 of what? iOS, iPadOS, Xcode? I can't reproduce this on Xcode 26 beta 3 with iOS 26 beta 3, or Xcode 26 beta 3 with iOS 18.5. Do we need more code than you've given, maybe?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Apple Maps Server API Geocoding returns empty results for Japanese addresses with lang: 'ja-JP'
There's no need to create a new post just to change something. You have one hour after creating your original post to edit it and make changes. If you're outside of that one-hour window - which you aren't - just reply to your original post. Duplicate posts clutter the forums. I'm marking this one as a duplicate, so your updated one remains.
Replies
Boosts
Views
Activity
Jul ’25
Reply to In iOS 26 beta3 version, the finishTransaction method is unable to remove transactions from the SKPaymentQueue, causing transactions to remain in the queue even after being processed.
Have either of you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number(s) here.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to App crash in iPadOS 26 if glassEffect modifier applied
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Documentation for UIListContentConfiguration is incomplete in UIKit
The thing to do here is to raise this as a bug so that Apple can update the documentation. You can do so at: https://feedbackassistant.apple.com/ Just mentioning it in a post on the Developer Forums is unlikely to get that change actioned, because we're just random developers like you.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to icloud capability not working?
When you created the app you selected "None" for storage, and now you want to add storage. The easiest way to do this is to create a completely new project and select the correct storage option, and see what that new project contains that your existing project doesn't. You should be able to figure out what keys need adding to a plist, or what code needs to exist in which files, etc. I am not suggesting you move your code from your current project into the new one; that would cause you far more problems than you need. Just compare what you have already and what the new project has, and make them the same. (The last thing you should attempt is to use an LLM or "AI" - you will spend far longer trying to give it the right context.)
Replies
Boosts
Views
Activity
Jul ’25
Reply to SwiftUI & Xcode 26.0 beta3: Using Map in LazyVGrid causes "Observation tracking feedback loop"
You should raise this as a bug in the usual way. It may not 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: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25