Post

Replies

Boosts

Views

Activity

Reply to Remove arrow in macOS popover using SwiftUI
macOS, iOS, the same principle applies when you go beyond what SwiftUI can currently achieve. On iOS you fall back to using a UIKit solution, wrapped in UIViewRepresentable (or UIViewControllerRepresentable). On macOS you fall back to using an AppKit solution, wrapped in NSViewRepresentable (or NSViewControllerRepresentable).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’21
Reply to Bad Version Check on Binary Validation for Upload
As I understand it, both the CFBundleVersion and the CFBundleShortVersionString need to be higher than anything that has been uploaded previously. If you previously uploaded CFBundleShortVersionString (7.2.0), then the new CFBundleShortVersionString will have to be greater than that. It's possible to upload multiple builds for a release, but you never released 7.2.0
Mar ’21
Reply to Inquiry
I need to verify the bundle id Can you give some more information... What have you used as your app's Bundle ID? Does the App ID show correctly on Apple Developer? Is there anyway I could get someone to do the app for me or not? Yes. It is possible to get people to develop apps for you, for example, by paying them to do so.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’21