Post

Replies

Boosts

Views

Activity

Xcode 12.0 GM (12A7208) fails to submit for review
I just downloaded Xcode 12 GM, submitted my app to AppStore Connect, click on "Submit for Review" and I get this error: Unable to Submit for Review The items below are required to start the review process: New apps and app updates must be built with the public (GM) versions of Xcode 11 or later, iOS, macOS, watchOS, and tvOS SDKs. Apps built with beta versions aren’t allowed. Anyone else seeing this?
22
0
4.4k
Sep ’20
SwiftUI list view with GroupedListStyle and horizontalSizeClass regular breaks on iOS 13.5 when turned to landscape mode
Looks like iOS 13.5 introduced a new bug, this is not reproducible in iOS 13.3. When using the following code and turn to landscape mode with device that has notch, the text inside the list gets cut off. Does anyone have any workaround or fix? Filed a bug report to Apple. var body: some View { 		List { 				Text("Some Text") 		} 		.listStyle(GroupedListStyle()) 		.environment(\.horizontalSizeClass, .regular) }
2
0
1.2k
Jun ’20
Can we make CloudKit only app
Hello,I have been getting rejected about 8 times on an app that requires CloudKit.It's just a simple recipe app that posts recipes on CloudKit. Because it was getting rejected saying it needs to have some kind of feature even without CloudKit, I've added local storage option too. But now I've gotten rejected because they said interaction between the CloudKit storage option and local storage option is buggy. I gave up on this app 3 times in the past 6 months, but I keep coming back to this because I just want it on the AppStore since I've put fair amount of work to it.How are people making use of CloudKit in their apps?
5
0
1.3k
Jul ’15