Post

Replies

Boosts

Views

Activity

Reply to SwiftUI iPad Landscape Only
Downside these methods are not fired: func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {             self.orientationLock         }                  func supportedInterfaceOrientations(for window: UIWindow?) -> UIInterfaceOrientationMask {             self.orientationLock         }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Can I use feather icons in my App?
This response is based on your SwiftUI tag: What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Can I use feather icons in my App?
What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Minimum access role to upload iOS apps to via App Store Connect API
Developer
Replies
Boosts
Views
Activity
Apr ’22
Reply to App Store Game Rejected For "Spam"
Appeal, if no success, then port to another platform and publish via Steam.
Replies
Boosts
Views
Activity
Apr ’22
Reply to SwiftUI iPad Landscape Only
Downside these methods are not fired: func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {             self.orientationLock         }                  func supportedInterfaceOrientations(for window: UIWindow?) -> UIInterfaceOrientationMask {             self.orientationLock         }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Decrypt an apple pay token
Not possible, make a new Cert and store the private key somewhere safe.
Replies
Boosts
Views
Activity
Apr ’22
Reply to ObservableObject as a singleton vs EnvironmentObject
Singletons are bad as they do not adhere to any memory deallocation rules when not manually implemented. There is a reason for injecting the object into the environment as it is made available to the entire app without the need creating singletons. https://dev.to/amrtaher1234/why-singletons-are-bad-220o
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to How to get Apple In-App Purchase Icon Programatically or otherwise?
If it is not on this list then it's not an official marketing asset. https://developer.apple.com/licensing-trademarks/
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Can I use feather icons in my App?
This response is based on your SwiftUI tag: What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Can I use feather icons in my App?
What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Will a MacBook Air M1 with 8GB RAM be suitable for Flutter Development, Web Development, and lots of background programs?
Wrong forum post here: http://communities.apple.com/
Replies
Boosts
Views
Activity
Apr ’22
Reply to Generating .onDelete on my list
put it anywhere you wish it will be intercepted
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Problem notarizing a pkg containing fortran programs
Do a quick forum search on notarizing a pkg a few of the results have solutions.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to 15.4.1 & 15.5 Kernel Panic.
This will be moved too as it is not developer related. Report directly to Apple via the feedback assistant.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Is there an SDK for using the emergency services on IOS?
No, there isn't
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Type '()' cannot conform to 'View' and too long code?
var body: some View expects the return of a View which you're not providing in divisioncheck, additioncheck etc ...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Canvas preview crashing
What ever you're doing in your List view is the source of the problem, not Canvas.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22