Post

Replies

Boosts

Views

Activity

Reply to In App Purchase
Are you using the same sandbox Apple ID for the purchase, or two separate ones? It's not clear from your steps. If one sandbox account has already purchased the subscription, then you can't make the same purchase again in the same account. User A should use Sandbox Account A. User B should use Sandbox Account B.
Jun ’25
Reply to JavaScript to externally automate Webpage operation
Where is the error? You haven't formatted the code properly, so it's difficult to read. You need to use the code formatting tool in the tool bar when you create a post. Once you've made your post you should always read it and ensure it looks correct. Yours obviously is not correct. Could you reformat it so that all the code is within the three backticks, please? And then tell us which line you're seeing the error. (As an aside, every time someone comes on these forums with a problem that's been created by an 'AI' tool it's because the 'AI' doesn't work and has led them down the wrong route. Why people keep relying on them is beyond me. You should learn these things for yourself. If everyone keeps resorting to 'AI' nothing new will ever be created.)
Topic: Safari & Web SubTopic: General Tags:
May ’25
Reply to Cannot update HomeBrew, due to SHA256 mismatch on --jpegsrc.v9d.tar.gz download
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 about Homebrew, and you should ask for help from the team who maintains it, or use something like Stack Overflow. Your error message even says this: "Warning: You are using macOS 15.5. We do not provide support for this pre-release version." You need to contact them, not Apple. Thanks.
May ’25
Reply to Satellite communications
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.
May ’25
Reply to 你好
Hey, if I have to translate your words to read them, you can translate my words to read them, it's only fair. I'm guessing you want to enable Developer mode on your iPhone without a computer? You do it in Settings > Privacy & Security. If it's something else, you really need to ask us a more detailed question.
May ’25
Reply to Appeal Submitted, No Response, All My Apps Are Blocked
I followed the instructions provided, explained the situation thoroughly, and outlined the steps I would take to prevent any recurrence of the issues mentioned. So you admit that you were dishonest or conducted fraudulent activity? Then what are you appealing? Do you think Apple should let you back into the App Store if they know you have definitely caused an issue in the past? I think it depends wholly on what you did, and Apple are under no obligation to let you use their services.
May ’25
Reply to Clearing an app’s memory, data etc.
Before you re-launch your game, swipe up and up view the app switcher. The screen displayed there is a snapshot the system took the last time just before the game was suspended by the system. On re-launching the game, the system will display that snapshot until the app has relaunched. Since this happens very quickly it is usually just a very short flash. I believe you can set the snapshot to whatever you want before the app is suspended, but you'll have to read up on how to do that. Can you record the screen and show us exactly what you're seeing? Your explanation doesn't really explain it well.
Topic: Community SubTopic: Apple Developers Tags:
May ’25
Reply to Audio issue on iPhone 15 pro (iOS18.5)
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: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to [Proposal] Sense & Store – Intelligent App Suggestions from Safari (with On-Device AI)
You're in the wrong place. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about new features. If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com/
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to In App Purchase
Are you using the same sandbox Apple ID for the purchase, or two separate ones? It's not clear from your steps. If one sandbox account has already purchased the subscription, then you can't make the same purchase again in the same account. User A should use Sandbox Account A. User B should use Sandbox Account B.
Replies
Boosts
Views
Activity
Jun ’25
Reply to JavaScript to externally automate Webpage operation
Where is the error? You haven't formatted the code properly, so it's difficult to read. You need to use the code formatting tool in the tool bar when you create a post. Once you've made your post you should always read it and ensure it looks correct. Yours obviously is not correct. Could you reformat it so that all the code is within the three backticks, please? And then tell us which line you're seeing the error. (As an aside, every time someone comes on these forums with a problem that's been created by an 'AI' tool it's because the 'AI' doesn't work and has led them down the wrong route. Why people keep relying on them is beyond me. You should learn these things for yourself. If everyone keeps resorting to 'AI' nothing new will ever be created.)
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to Cannot update HomeBrew, due to SHA256 mismatch on --jpegsrc.v9d.tar.gz download
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 about Homebrew, and you should ask for help from the team who maintains it, or use something like Stack Overflow. Your error message even says this: "Warning: You are using macOS 15.5. We do not provide support for this pre-release version." You need to contact them, not Apple. Thanks.
Replies
Boosts
Views
Activity
May ’25
Reply to Satellite communications
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
May ’25
Reply to Request for Confirmation of Paid International Repair Eligibility – iPhone 14 Pro
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
May ’25
Reply to Request for Enhanced Security Options for iPhone Passwords App (iCloud Keychain)
These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about new features. If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com
Replies
Boosts
Views
Activity
May ’25
Reply to Shouldn't SwiftUI only re-renders if var is used on view?
Line 4: @Published var counter: Int = 0 // Not used in the view's body Line 15 (inside the view's body): .onChange(of: viewModel.counter) { newValue in Sorry, but counter is used in the view's body. Just make it not a @Published var and it probably won't do what you claim it's doing.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to App Store Submission Rejected 3 Times – Guideline 4.2 (Minimum Functionality)
Does your app more than what is possible from the SpeedRun website? If not, that's why you're getting rejected. Turning a website into an app * is * spam. Add more to the app. Could you make this a sort of unofficial SpeedRun app, and let people login, create a profile, chat with others etc.?
Replies
Boosts
Views
Activity
May ’25
Reply to iOS App Running on Mac Crashes in Multi-Screen
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: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to 你好
Hey, if I have to translate your words to read them, you can translate my words to read them, it's only fair. I'm guessing you want to enable Developer mode on your iPhone without a computer? You do it in Settings > Privacy & Security. If it's something else, you really need to ask us a more detailed question.
Replies
Boosts
Views
Activity
May ’25
Reply to Appeal Submitted, No Response, All My Apps Are Blocked
I followed the instructions provided, explained the situation thoroughly, and outlined the steps I would take to prevent any recurrence of the issues mentioned. So you admit that you were dishonest or conducted fraudulent activity? Then what are you appealing? Do you think Apple should let you back into the App Store if they know you have definitely caused an issue in the past? I think it depends wholly on what you did, and Apple are under no obligation to let you use their services.
Replies
Boosts
Views
Activity
May ’25
Reply to Can't Enroll in Developer Program from Bangladesh
You should create a new Apple Account that you use solely for your Development work, and base it in Bangladesh. Then, when applying for the Developer Programme, you should be asked for details local to Bangladesh.
Replies
Boosts
Views
Activity
May ’25
Reply to Clearing an app’s memory, data etc.
Before you re-launch your game, swipe up and up view the app switcher. The screen displayed there is a snapshot the system took the last time just before the game was suspended by the system. On re-launching the game, the system will display that snapshot until the app has relaunched. Since this happens very quickly it is usually just a very short flash. I believe you can set the snapshot to whatever you want before the app is suspended, but you'll have to read up on how to do that. Can you record the screen and show us exactly what you're seeing? Your explanation doesn't really explain it well.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
May ’25