Post

Replies

Boosts

Views

Activity

Reply to Add app to an existing bundle
Is it still possible to add app to bundle? I try remove from sales and wait for a day, and nothing happened?
Replies
Boosts
Views
Activity
Apr ’21
Reply to Cannot enter address in App Store Connect
It works now! The solution is to tap "Save" 3 times.
Replies
Boosts
Views
Activity
Aug ’21
Reply to widget timeline not executed at iOS 15
I have the same problem - so has this issue been solved, or have alternate solution?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Is it me or is SwiftUI on macOS just awful?
I found a lot of bugs/issues have been fixed in Ventura. Try it and if it works better, make it available only for Ventura.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to How do I support macOS 12.6 with a Mac Catalyst app and Xcode 14.2?
I am currently doing Mac Catalyst development, see whether I can help. In the target, what's the iOS minimum requirement? Try 15.0. (Mac Catalyst is based on corresponding iOS version)
Replies
Boosts
Views
Activity
Jan ’23
Reply to Enable Mac Keyboard instead of tapping the screen
You can use #if targetEnvironment(macCatalyst) ...(Mac code) #else ...(iOS code) #endif Do whatever changes you want.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Widget in iOS app not shown as Mac Catalyst app
I have also tried removing the watch target (our app supports widgets and watch face) and the widgets also refuse to show up. Also tested on macOS 13.2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Widget in iOS app not shown as Mac Catalyst app
I finally found the reason: In build phase of Xcode, the Widget Extension is set to iOS not Always Used. Once changed, widgets appeared! Hope this helps others facing the same issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to macOS 13.2 UITextField misalignment when tapped
This is a bug. I reported it on another thread - using SwiftUI. The good news is that this seem to be fixed in 13.3 beta 2.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to SwiftUI TextEdit only supports left alignment
This seems to be fixed in 13.3 beta 2 (I didn't test beta 1).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to PencilKit's PKToolPicker shows normally on iOS, but not on Mac Catalyst.
This probably means it is not supported, just compatible (app won't crash). After all, Mac does not support Apple Pencil.
Replies
Boosts
Views
Activity
Mar ’23
Reply to [SwiftUI] [Mac-Catalyst] Pulldown Button not showing image
I think the reason might be simple: by default Mac menu only supports text. Just pull down some menu on menu bar to see. This is more "native" to Mac.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to macOS 13.2 UITextField misalignment when tapped
Well, I tested my code (in SwiftUI) and in current macOS beta it is indeed fixed. You might want to try on latest beta.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Show toggle button and divider in Mac Catalyst menu bar (SwiftUI)?
Hi, I found a partial answer to the issue of Toggle Button not shown properly in menu. It will works IF there is no keyboard shortcut (a tick will be shown when $toolbar is on). So the solution is not to apply keyboard shortcut.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to macOS 13.2 UITextField misalignment when tapped
Unfortunately in beta 3 the issue is back. :(
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’23