If you've already reported it to the App Store team then why are you reporting it here? This is what I mean by spamming these forums.
I don't stand beside spammers, thanks, but I also don't know why you think any app creator on here is going to be able to help you with this? What do you want from us? Agreement that there's an issue in the App Store? Great! I agree, but I can't do anything about it, neither can any of the other app creators on here. Speak to the App Store team again.
Post
Replies
Boosts
Views
Activity
The Disney+ app shows an example of it not being just screenshots. The OP could add a couple of extra screenshots in a similar fashion.
Good stuff. iOS development equivalent of "have you tried turning it off and on again?" 😆
Glad it helped. Sorry that I pasted the wrong first bit of the code... Should've been:
if("2022/11/27" < "2022/11/28") {
Text("'2022/11/27' < '2022/11/28 = correct'")
} else {
Text("'2022/11/27' >= '2022/11/28' = incorrect")
}
Always tip your server... Don't forget to mark an answer as accepted ;)
No. It's written to a plain text file.
If you seriously don't want the timestamps you'll have to use your own Logger (the struct that was overriding the os version, with the #if debug in the right place), but you'll lose any of the niceties of os:Logger.
I think this is related to changes made to constraint constants in Interface Builder. Have a look at that, @Claude31.
Doesn't matter. Apple does not provide a means to track things other than inside an app. Once a user exits your app it has only a few seconds before it is completely killed, so it would never be able to do anything in the background regardless of whether someone has agreed to your Ts&Cs.
Because it's in the Developer Programme.
When you're enrolled in the programme you see the updates that are available in the programme. If you're currently on 13.0 and there's a 13.1 beta available that's what you'll be shown. The fact you're on 13.0 and there's an update to 13.0.1 is neither here nor there because 13.0.1 isn't in the Developer Programme.
Ha! It did get rejected by App Store Connect after I'd submitted the app for review because I hadn't localised the intents... Surely Xcode should pick that up rather than let it go all the way to App Store Connect and into review?
It is a big report ;)
Ha... Well done for figuring it out.
Yeah, I noticed the "Per" text didn't stay in the top line. Very strange, as there's clearly enough space for it.
Mark this as answered.
Probably a typo. The iPhone 8 Plus is 1242 x 2208 (not 2088), which is 414 x 736 @3x.