Post

Replies

Boosts

Views

Activity

Reply to WhatsApp iso 18.1
Welcome to the forum. Your question is not about app development. So you'd better either contact Whatsapp or Facebook on their forum, as it looks like a WhatsApp bug: https://www.reddit.com/r/whatsapp/comments/1ftr4rw/ios_18_car_play_and_whatsapp_issues/ ask on Apple Support Community: https://discussions.apple.com/welcome file a bug report here: https://feedbackassistant.apple.com (but it does not look like an iOS bug). PS: I hope you don't use it when driving. In that case it's safe not to let you answer 😉
Oct ’24
Reply to Questions Tags Saves Users Companies Labs Jobs Discussions Collectives Communities for your favorite technologies. Explore all Collectives Teams Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Lookin
Welcome to the forum. Your question is not about app development. So you'd better ask on Apple Support Community: https://discussions.apple.com/welcome PS: make the titles of your posts shorter and more explicit. Title is not to tell a full story. Read advice #13: https://developer.apple.com/forums/thread/706527
Topic: Safari & Web SubTopic: General
Oct ’24
Reply to App review getting rejected because of 2.1 - Information Needed
Appstore provides a solution for your case: If you are unable to provide a demo account due to legal or security obligations, you may include a built-in demo mode in lieu of a demo account with prior approval by Apple. Ensure the demo mode exhibits your app’s full features and functionality. You should probably contact developers' support to get some help.
Oct ’24
Reply to Guideline 2.3.7 - Performance - Accurate Metadata
It's great to provide screenshots, but please, reduce the size of each image. Read advice 10 here: https://developer.apple.com/forums/thread/706527 There are a lot of amounts, but are they prices ? Are any of them references to the price of the app or the service it provides ? If it is, as @endecotp wrote, remove them, replacing by $***. ** If not, explain very clearly to reviewer that the $ amounts are not related in anyway to the price of the service, they are just illustration of what a user finances may look like. Another thing. Are they real simulator screenshots ? We see the Dynamic Island partly below the notch, in a way I never saw before.
Oct ’24
Reply to Dismiss window with an ID on macOS <14
Did you consider using NSNotification instead ? addObserver in the window, which will close it Declare at top level (outside any class) public static let kForceClose = Notification.Name("forceClose") In viewDidLoad of the NSWindowController: NotificationCenter.default.addObserver(self, selector: #selector(closeIt(_:)), name: .kClose, object: nil) @objc func forceClose(_ sender: Notification) { self.window?.close() } Send notification in Button IBAction NotificationCenter.default.post(name: .kForceClose, object: self)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’24
Reply to Applying Custom Rounded Corners to a macOS Window
This should give a solution: https://stackoverflow.com/questions/42762856/nswindow-with-round-corners-in-swift let effect = NSVisualEffectView(frame: NSRect(x: 0, y: 0, width: 0, height: 0)) effect.blendingMode = .behindWindow effect.state = .active effect.material = .dark effect.wantsLayer = true effect.layer?.cornerRadius = 15.0 window.contentView = effect window.titlebarAppearsTransparent = true window.titleVisibility = .hidden window.isOpaque = false window.backgroundColor = .clear Does it ?
Topic: UI Frameworks SubTopic: AppKit Tags:
Oct ’24
Reply to Swipe left/right only works when iPhone is vertical enough?
In iOS or in an app ? Please describe the context clearly. But your question is apparently not about app development. So you'd better ask on Apple Support Community: https://discussions.apple.com/welcome
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to WhatsApp iso 18.1
Welcome to the forum. Your question is not about app development. So you'd better either contact Whatsapp or Facebook on their forum, as it looks like a WhatsApp bug: https://www.reddit.com/r/whatsapp/comments/1ftr4rw/ios_18_car_play_and_whatsapp_issues/ ask on Apple Support Community: https://discussions.apple.com/welcome file a bug report here: https://feedbackassistant.apple.com (but it does not look like an iOS bug). PS: I hope you don't use it when driving. In that case it's safe not to let you answer 😉
Replies
Boosts
Views
Activity
Oct ’24
Reply to Memory leaks caused by closures
Deleted
Replies
Boosts
Views
Activity
Oct ’24
Reply to Where can I enter my D-U-N-S number in my Apple developer account?
Where you registered as individual, in that case you don't need DUNS number. Or a company, then you should have entered at creation. So I understand you want to change from individual to company. And then (only) you'll be asked for your DUNS number. PS: don't forget to close your thread once you've received the correct answer.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Flutter barcode_scan2: ^4.3.3 non funziona bene su iOS
L'aggiunta dello zero sembra logica. Vedere questo sito (in francese): https://help.xmpie.com/uCreatePrint/Latest/Help/fr/QLingo/Supported_Barcodes_and_Matching_QLingo_Parameters.htm Non è possibile eliminarlo una volta che il codice a barre è stato letto, nella vostra applicazione? Dovresti porre questa domanda sul forum di Flutter.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Iphone is deleting my messages automatically
Welcome to the forum. Your question is not about app development. So you'd better ask on Apple Support Community: https://discussions.apple.com/welcome Or file a bug report here: https://feedbackassistant.apple.com and provide as miuch information as possible on your iPhone configuration.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Questions Tags Saves Users Companies Labs Jobs Discussions Collectives Communities for your favorite technologies. Explore all Collectives Teams Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Lookin
Welcome to the forum. Your question is not about app development. So you'd better ask on Apple Support Community: https://discussions.apple.com/welcome PS: make the titles of your posts shorter and more explicit. Title is not to tell a full story. Read advice #13: https://developer.apple.com/forums/thread/706527
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Oct ’24
Reply to Can i use c++ in swift app project
It seems you may have a solution here: https://stackoverflow.com/questions/58227419/iostream-file-not-found-xcode Hope that one of the solutions works for you.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Iphone 12 Mini - Bluetooth Problem - IOS 18
Welcome to the forum. Your question is not about app development. So you'd better ask on Apple Support Community: https://discussions.apple.com/welcome Or file a bug report here: https://feedbackassistant.apple.com and provide as miuch information as possible on your iPhone configuration.
Replies
Boosts
Views
Activity
Oct ’24
Reply to App review getting rejected because of 2.1 - Information Needed
Appstore provides a solution for your case: If you are unable to provide a demo account due to legal or security obligations, you may include a built-in demo mode in lieu of a demo account with prior approval by Apple. Ensure the demo mode exhibits your app’s full features and functionality. You should probably contact developers' support to get some help.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Guideline 2.3.7 - Performance - Accurate Metadata
It's great to provide screenshots, but please, reduce the size of each image. Read advice 10 here: https://developer.apple.com/forums/thread/706527 There are a lot of amounts, but are they prices ? Are any of them references to the price of the app or the service it provides ? If it is, as @endecotp wrote, remove them, replacing by $***. ** If not, explain very clearly to reviewer that the $ amounts are not related in anyway to the price of the service, they are just illustration of what a user finances may look like. Another thing. Are they real simulator screenshots ? We see the Dynamic Island partly below the notch, in a way I never saw before.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Applying Custom Rounded Corners to a macOS Window
precise name of the color, material, or blend mode value employed for the border. Do you mean the border of a usual window ?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Casting `[String: Any]` to `[String: any Sendable]`
@Quinn, I'm missing something here. init?(dictionary: [String: Any]) { fatalError() } So why does this call not trigger fatalError ? guard let response = MyResponse(dictionary: responseDict)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Dismiss window with an ID on macOS <14
Did you consider using NSNotification instead ? addObserver in the window, which will close it Declare at top level (outside any class) public static let kForceClose = Notification.Name("forceClose") In viewDidLoad of the NSWindowController: NotificationCenter.default.addObserver(self, selector: #selector(closeIt(_:)), name: .kClose, object: nil) @objc func forceClose(_ sender: Notification) { self.window?.close() } Send notification in Button IBAction NotificationCenter.default.post(name: .kForceClose, object: self)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Applying Custom Rounded Corners to a macOS Window
This should give a solution: https://stackoverflow.com/questions/42762856/nswindow-with-round-corners-in-swift let effect = NSVisualEffectView(frame: NSRect(x: 0, y: 0, width: 0, height: 0)) effect.blendingMode = .behindWindow effect.state = .active effect.material = .dark effect.wantsLayer = true effect.layer?.cornerRadius = 15.0 window.contentView = effect window.titlebarAppearsTransparent = true window.titleVisibility = .hidden window.isOpaque = false window.backgroundColor = .clear Does it ?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Oct ’24