Post

Replies

Boosts

Views

Activity

Reply to App Start Crashed
Is this an app you're developing? If so, you should probably just debug it rather than reporting here every crash you experience, as we really can't help you with every little thing that happens while you develop an app. However, given this looks like a banking app, I'd say you're trying to report that your banking app has crashed. You're in the wrong place. You need to report this crash to your bank, not us. If you already share crash reports with app developers then they will have received this crash report already. (You can enable/disable this in Settings > Privacy & Security > Analytics & Improvements > Share With App Developers.)
Dec ’24
Reply to Inscription
You should probably tell us why you can't use your iCloud account. Do you receive an error when you try to enrol? Vous devriez probablement nous dire pourquoi vous ne pouvez pas utiliser votre compte iCloud. Recevez-vous une erreur lorsque vous essayez de vous inscrire ?
Dec ’24
Reply to Converting iPad app to an iPhone app
I would write the iPhone app in Swift and SwiftUI, and fall back to UIKit if there's something you cannot do in SwiftUI. You may then find it's very easy to extend the SwiftUI stuff to the iPad, and you'd end up with a more modern app altogether. I would avoid using storyboards, they're old and difficult to use and maintain. But, it's up to you.
Topic: Design SubTopic: General Tags:
Dec ’24
Reply to Is there a way to detect when Apple Watch Ultra is in Night mode?
Isn't it just WidgetRenderingMode.vibrant? https://developer.apple.com/documentation/widgetkit/widgetrenderingmode/vibrant It makes it monochrome then makes it red, so all you need to do is check that the mode is .vibrant and deal with it that way. If you're already doing that, and it doesn't look good, let us see how it looks and we might be able to recommend something else.
Topic: Design SubTopic: General Tags:
Dec ’24
Reply to Use DDM Manager Safari Extensions in macOS Sequoia
This didn't need three posts for the same thing. Please don't spam the forums. I'm reporting the others as duplicates.
Replies
Boosts
Views
Activity
Dec ’24
Reply to photo album widget won’t work
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
Dec ’24
Reply to App Start Crashed
Is this an app you're developing? If so, you should probably just debug it rather than reporting here every crash you experience, as we really can't help you with every little thing that happens while you develop an app. However, given this looks like a banking app, I'd say you're trying to report that your banking app has crashed. You're in the wrong place. You need to report this crash to your bank, not us. If you already share crash reports with app developers then they will have received this crash report already. (You can enable/disable this in Settings > Privacy & Security > Analytics & Improvements > Share With App Developers.)
Replies
Boosts
Views
Activity
Dec ’24
Reply to Inscription
You should probably tell us why you can't use your iCloud account. Do you receive an error when you try to enrol? Vous devriez probablement nous dire pourquoi vous ne pouvez pas utiliser votre compte iCloud. Recevez-vous une erreur lorsque vous essayez de vous inscrire ?
Replies
Boosts
Views
Activity
Dec ’24
Reply to Problem with testing on a physical device
assertionFailure() always kills your app, so the issue is that an error was caught. I've no idea what DSWaveformImage and DSWaveformImageViews are, and you haven't provided any sort of information or link to them for us to try and understand them.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Dec ’24
Reply to Numerous Undefined symbol errors
Give us some idea of what your code is doing. What are your imports?
Topic: UI Frameworks SubTopic: General
Replies
Boosts
Views
Activity
Dec ’24
Reply to Nomor Whatsapp Bank Woori Saudara ☎️ 08170-3017-665
Hey, App Store Connect Engineer, this is clearly spam. I've marked it as such, and you should remove it. If this place becomes spam-ridden, and you actively don't notice, developers will gravitate elsewhere.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Please help
Contact TikTok, not us random developers who use these forums to ask for hints and tips on how to fix issues in our own code. You're in the wrong place.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Converting iPad app to an iPhone app
I would write the iPhone app in Swift and SwiftUI, and fall back to UIKit if there's something you cannot do in SwiftUI. You may then find it's very easy to extend the SwiftUI stuff to the iPad, and you'd end up with a more modern app altogether. I would avoid using storyboards, they're old and difficult to use and maintain. But, it's up to you.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Timeline refresh issue for widget on ios 18.2
How is that a 6-second delay? You've set currentDate to Date.now, then added six seconds to it and set that as the Person's date of birth, and added that entry to the timeline. What are the dates of the entries in the timeline, and what does the Entry struct look like?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Problem with simulator
Can we see your code for ContentView.computerScore? Your crash - not bug - is in the initialiser of that value.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Cancel my developer subscription
Login to Apple Developer at developer.apple.com. Click "Account" at the top. Click the "Membership details" card. There's a very obvious switch called "Auto-renew". Toggle it off. Done.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Inquiry about WebRTC camera access when using Chrome browser and WKWebView API on iPadOS
Please don't make duplicate posts just to change the tags. Anyway, have you asked Google?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Is there a way to detect when Apple Watch Ultra is in Night mode?
Isn't it just WidgetRenderingMode.vibrant? https://developer.apple.com/documentation/widgetkit/widgetrenderingmode/vibrant It makes it monochrome then makes it red, so all you need to do is check that the mode is .vibrant and deal with it that way. If you're already doing that, and it doesn't look good, let us see how it looks and we might be able to recommend something else.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to The app loaded indefinitely upon launch.
Neither do we, because you've given us zero information we could use to help you.
Replies
Boosts
Views
Activity
Dec ’24