Post

Replies

Boosts

Views

Activity

Reply to App review rejected
You aren't actually using In-App Purchases. You're directing the user to a completely separate payment system outside of the App and outside of the App Store. That's why it was rejected. It's one of the rules of the App Store. If you can't use an actual In-App Purchase via Capacitor (whatever that is), then you can't launch this app.
Jul ’24
Reply to iOS 18 Screen Time Bug
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Ignore Screen Time NOT working on IOS 18
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Freetrade not working
That's a third-party app on an unreleased beta of iOS. There are bound to be issues because the app hasn't been updated for iOS 18 yet. If you want to, you should raise a bug with Freetrade, but we cannot help you here on the Developer Forums.
Jul ’24
Reply to iOS 18 Public Beta
The Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages waiting to see if anyone's found a bug before they fix it. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Temps d’écran ios18
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Screen time bug in IOS 18 Beta
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Sheets no longer open when button is tapped while popover is visible
It is a bug, but it's a bug in your code. Right before showPopover = true you need to have showSheet = false. And right before showSheet = true you need showPopover = false. These two additions will revert the status of the other item so they aren't shown anymore. You received that "Attempt to present" error because you already had something presented, and were trying to present a second view over the top, which you can't do.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’24
Reply to Scale app for coffee and small dishes
This is pure nonsense. There is no need for any phone manufacturer to add a scale to the screen. It would be over-engineering for one tiny use case. Not gonna happen. Also, these are the Developer Forums, where developers of 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 want to suggest this to Apple, then you should raise a Feedback report at: https://www.apple.com/feedback/
Jul ’24
Reply to ios 18.0 (22A5307i) - Calendar app is frozen
The Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Can't download older simulators
That's not where you download a simulator for a specific device. If you look at your screenshot of the Platforms tab all the downloaded simulators are for a specific version of an OS = a platform - not a device. Open the Devices & Simulators window from the Window menu, and add a new simulator. You can pick the device from a dropdown.
Jul ’24
Reply to Apple Pencil 2nd generation
These are the Developer Forums, where developers of 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 stuff. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks. If you get no luck there, take it to an Apple Store.
Jul ’24
Reply to App review rejected
You aren't actually using In-App Purchases. You're directing the user to a completely separate payment system outside of the App and outside of the App Store. That's why it was rejected. It's one of the rules of the App Store. If you can't use an actual In-App Purchase via Capacitor (whatever that is), then you can't launch this app.
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS 18 Screen Time Bug
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Ignore Screen Time NOT working on IOS 18
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Combining NavigationSplitView and TabView in iOS 18
Does this Apple-suggested answer help? https://developer.apple.com/forums/thread/759819
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Freetrade not working
That's a third-party app on an unreleased beta of iOS. There are bound to be issues because the app hasn't been updated for iOS 18 yet. If you want to, you should raise a bug with Freetrade, but we cannot help you here on the Developer Forums.
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS 18 Public Beta
The Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages waiting to see if anyone's found a bug before they fix it. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Temps d’écran ios18
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Crash report
Can't see anything obvious there. Have you run your app on an actual device, rather than simulators?
Replies
Boosts
Views
Activity
Jul ’24
Reply to Screen time bug in IOS 18 Beta
Yes, if you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Sheets no longer open when button is tapped while popover is visible
It is a bug, but it's a bug in your code. Right before showPopover = true you need to have showSheet = false. And right before showSheet = true you need showPopover = false. These two additions will revert the status of the other item so they aren't shown anymore. You received that "Attempt to present" error because you already had something presented, and were trying to present a second view over the top, which you can't do.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Scale app for coffee and small dishes
This is pure nonsense. There is no need for any phone manufacturer to add a scale to the screen. It would be over-engineering for one tiny use case. Not gonna happen. Also, these are the Developer Forums, where developers of 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 want to suggest this to Apple, then you should raise a Feedback report at: https://www.apple.com/feedback/
Replies
Boosts
Views
Activity
Jul ’24
Reply to ios 18.0 (22A5307i) - Calendar app is frozen
The Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Can't download older simulators
That's not where you download a simulator for a specific device. If you look at your screenshot of the Platforms tab all the downloaded simulators are for a specific version of an OS = a platform - not a device. Open the Devices & Simulators window from the Window menu, and add a new simulator. You can pick the device from a dropdown.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Apple Pencil 2nd generation
These are the Developer Forums, where developers of 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 stuff. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks. If you get no luck there, take it to an Apple Store.
Replies
Boosts
Views
Activity
Jul ’24
Reply to iPhone Mirroring not working with ios18 B3 and MacOS B3
Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’24