我的简单 webview 应用程序现在已在 googleplayconsole 上暂停,我该如何重新发布或删除它。?
My simple webview application is suspended on googleplayconsole now how can i publish again or remove it.?
昨天之前我上传了我的申请,昨天我收到了这个回复
An email with details about the removal has been sent to the account owner at myEmail@gmail.com. Before uploading any new applications, please review the Developer Distribution Agreement and Developer Program Policies. If you feel we have made this determination in error, you can visit this Google Play Help Center article to learn how you can appeal against the removal.
并解决这个错误,现在再次上传应用程序,现在我收到这个错误。
You need to use a different package name because "com.app.my_appliaction_name" is already used by one of your other applications.
在我看来,问题在于您需要向您的应用和控制台添加隐私政策。
为此,您需要:
- 创建隐私政策
简单的方法是使用 Privacy Policy Generator
将其添加到您的应用和控制台
Google 控制台 -> 您的应用 -> 商店状态 -> 商品详情 -> 隐私政策。
然后你需要生成 .apk 文件(Android Studio -> Build > Build > Generate Signed Bundle/APK)带有更高版本代码 然后之前.
向您的应用添加另一个版本——不要创建另一个具有相同包名的应用。
控制台 -> 您的应用 -> 发布管理 -> 应用发布
- 等等
通常 google 解锁应用程序需要几个小时。
请注意,根据 Google Play 开发者计划政策,不允许发布提供您不拥有或管理的网站的 WebView 的应用程序。请查看此 以获取参考。
关于应用重新启动问题,显然你需要更改包名才能发布新应用。因为 Google 系统中已经存在具有该软件包名称的应用程序。
昨天之前我上传了我的申请,昨天我收到了这个回复
An email with details about the removal has been sent to the account owner at myEmail@gmail.com. Before uploading any new applications, please review the Developer Distribution Agreement and Developer Program Policies. If you feel we have made this determination in error, you can visit this Google Play Help Center article to learn how you can appeal against the removal.
并解决这个错误,现在再次上传应用程序,现在我收到这个错误。
You need to use a different package name because "com.app.my_appliaction_name" is already used by one of your other applications.
在我看来,问题在于您需要向您的应用和控制台添加隐私政策。
为此,您需要:
- 创建隐私政策
简单的方法是使用 Privacy Policy Generator
将其添加到您的应用和控制台
Google 控制台 -> 您的应用 -> 商店状态 -> 商品详情 -> 隐私政策。
然后你需要生成 .apk 文件(Android Studio -> Build > Build > Generate Signed Bundle/APK)带有更高版本代码 然后之前.
向您的应用添加另一个版本——不要创建另一个具有相同包名的应用。
控制台 -> 您的应用 -> 发布管理 -> 应用发布
- 等等
通常 google 解锁应用程序需要几个小时。
请注意,根据 Google Play 开发者计划政策,不允许发布提供您不拥有或管理的网站的 WebView 的应用程序。请查看此
关于应用重新启动问题,显然你需要更改包名才能发布新应用。因为 Google 系统中已经存在具有该软件包名称的应用程序。