Dear Future Heezo,
I know that you have made this mistake in the past, and you’ve just made this mistake again. Please allow me to remind you how you fixed it.
First, when you submitted the app, the app finished processing with errors. Those errors came from Apple. Don’t look at the website (iTunes Connect), because the errors are not going to be there.
Second, you probably forgot to add description strings to *-Info.plist
. Remember this?
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysAndWhenInUseUsageDescription">
<string>Oh hai.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>Cool cool cool.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
<string>Shark farts.</string>
</edit-config>
I know, right? Anyway, I hope that helps.
Take naps. Wear a mask. Spend time with the fam.
Best,
Past Heezo.