This is the third day of my participation in the November Gwen Challenge. Check out the details: the last Gwen Challenge 2021
preface
Thank you very much @love cat de Xiao Guo, big guy’s article inspired me.
What is the renewal of the Personal Information Protection Act for developers through this article? How to deal with adaptation? “I went back and honestly looked at some of the apple development news, and there was some very important information.
If you are developing for iOS, or for Flutter, and need to get onto the App Store, I suggest you all know these 3 things.
From January 31, 2022, account deletion should be provided in the app
Regardless of the Personal Information Protection Law of the People’s Republic of China, which was enacted on November 1, Apple issued a press release on October 6 in the morning:
The account deletion function needs to be provided in the App and is effective for apps submitted from January 31, 2022.
What does that mean?
If you have an App that will continue to iterate, this account deletion feature must be added!!
This is best discussed with the project, technology and background. Personally, I think there is only one more interaction, one more interface and one more logic on the App side, but this deletion may need to delete more things on the back end.
By the way, this is a hard delete.
From April 2022, apps must be built using Xcode 13 and iOS 15 SDK and submitted to the App Store
To put it simply:
To put it bluntly, this is a wave of forcing you to upgrade Xcode. There is no way out.
Upgrade Xcode13 sooner or later.
Also note that some projects may run fine on Xcode12, but fail on Xcode13, so be prepared. I have one of these projects.
App submissions are accepted during year-end holidays
As we all know, due to the traditional Western festivals in November and December, it is usually very slow to submit an App to the App Store for approval at some point in time.
This year, Apple took a step inside and accepted app submissions during the holiday season. I don’t know exactly how fast, but it’s also catering to the domestic market.
Some apps iterate a lot at the end of the year or during the holidays. After all, everyone has cut hands ~😁
Reference documentation
The requirement to provide account deletion in the app will take effect on January 31
Submit iOS and iPadOS apps to the App Store
App submissions are accepted during year-end holidays
MacOS Monterey is compatible with the following computers
conclusion
Today I just want to talk about a few things, the first and second things in my opinion is quite important, you also weigh it.
Check out the Apple Developer site during the week for news, some of which are important for development.
Apple Developer news and updates