Posts

Post not yet marked as solved
1 Replies
0 Views
Hourly and daily query options can have a startDate and an endDate
Post not yet marked as solved
3 Replies
0 Views
still not working...I don't know it's even marked as available on iOS (iPadOS)
Post marked as solved
35 Replies
0 Views
Same here. Is there any developer that has widgets working in beta 3 via Testflight?
Post not yet marked as solved
8 Replies
0 Views
I had the same issue and then I realized I didn't add the iCloud Capability for CloudKit in the widget extension. After that it worked like a charm
Post not yet marked as solved
7 Replies
0 Views
Until we get placeholder support from TextEditor API, I'm using something like this: TextEditor(text: self.$note)           .foregroundColor(self.note == placeholderString ? .gray : .primary)           .onTapGesture {             if self.note == placeholderString {               self.note = ""             }           }
Post marked as solved
66 Replies
0 Views
Did you rejected it while waiting for review?
Post marked as solved
66 Replies
0 Views
I received the same message, but my app was in review for only 4 minutes. I haven't contacted Apple and submitted a new binary (found a small bug while waiting for the review). Now my app is waiting for review again for 12 hours. I assume they are pretty busy with WWDC these days but seeing how some accounts were terminated following this message worries me even if I didn't do anything wrong AFAIK. Would be a relief to see that someone got their submission approved after getting this message