Home  >  Article  >  Technology peripherals  >  Google Play App Store upgrades review standards and eliminates apps with the ability to download APKs by themselves

Google Play App Store upgrades review standards and eliminates apps with the ability to download APKs by themselves

PHPz
PHPzforward
2023-06-28 21:47:161512browse

News on June 28, according to the editor’s understanding, a programmer posted on the V2EX forum that the application he developed using the open source framework uni-app was on Google It was removed from Play. The reason for removal is that the SDK that comes with uni-app contains content that violates Google Play policy for code, which includes code with built-in ability to download APKs on their own and ad-related code.

The developer said that he developed an application using uni-app and submitted it to Google Play. Soon after, however, he received a request from Google A notification from Play stating that the app has been removed from the shelves. After consultation, he learned that the reason for the delisting was that some codes in the SDK that came with uni-app violated Google Play's policies.

According to DCloud’s response, they have communicated with Google Play and submitted the repaired application on the evening of June 24. After audit testing, it was confirmed that the problem has been resolved.

It is understood that the main reason why this application was removed from the shelves is that there is code to install APK in DCloud SDK. Google Play’s latest review requirement is to not allow apps to directly download APKs for installation. Although some apps were able to bypass the review by removing APK security permissions in the past, Google has now strengthened the review process, so this batch of apps cannot pass the App Store review.

In response to this problem, DCloud stated that they will adjust the code for installing the APK and make it an independent optional module. In this way, when facing Google When the Play channel packages the application, this module will not be included. Domestic developers can choose whether to include this module. When the application does not contain an APK installation module, calling the relevant interface to install the APK will report an error indicating that the corresponding module is missing.

This incident has attracted the attention of developers. Some developers said that they also use uni-app for application development and hope that DCloud can solve this problem as soon as possible to ensure that their applications can pass Google smoothly. Reviewed by Play and put on the shelves.


The above is the detailed content of Google Play App Store upgrades review standards and eliminates apps with the ability to download APKs by themselves. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:itbear.com. If there is any infringement, please contact admin@php.cn delete