百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术文章 > 正文

我的个人App被苹果拒绝了

nanshan 2024-11-20 19:23 11 浏览 0 评论

这是我全职独立开发的一款记账App,终于到了最后的上架之路,不出意外,第一次审核被拒绝了[捂脸],一共回复了三条被拒信息,下面来分享下(我提交的苹果应用商店,暂未开发安卓版)

一:Guideline 2.3.3 - Performance - Accurate Metadata

We noticed that your screenshots do not sufficiently show your app in use. Specifically, your iPad Pro (2nd Gen) screenshots show an iPhone device frame.
To help users understand your app’s functionality and value, your screenshots should highlight your app's core concept. For example, a gaming app should feature screenshots that capture actual gameplay within the app.
Next Steps

Please revise your screenshots to ensure that they accurately reflect the app in use on the supported devices.

Keep in mind the following requirements: 
- Marketing or promotional materials that do not reflect the UI of the app are not appropriate for screenshots.
- The majority of the screenshots should highlight your app's main features and functionality.
- Confirm that your app looks and behaves identically in all languages and on all supported devices.
- Make sure that the screenshots show your app in use on the correct device. For example, iPhone screenshots should be taken on iPhone, not on iPad. 

Resources
- To learn more about creating great screenshots for the App Store, see Optimizing Your App Store Product Page.
- To learn more about uploading screenshots, see App Store Connect Help.

意思就是我偷懒,直接把iPhone的截图换了个尺寸,装成iPad的截图给贴上去了,这样是不可以的[黑线]

解决方案:辛苦点,换真实的iPad截图,制作iPad预览图贴上去

二:Guideline 3.1.2 - Business - Payments - Subscriptions

We noticed that your app did not meet all the terms and conditions for auto-renewing subscriptions, as specified in Schedule 2, section 3.8(b) of the Paid Applications agreement. 
We were unable to find the following required item(s) in your app's metadata:
– A functional link to the Terms of Use (EULA)

Next Steps
To resolve this issue, please add this missing information. If the above information is present, please reply to this message in App Store Connect to provide details on where to locate it. 
?If you are using the standard Apple Terms of Use (EULA), you will need to include a link to the Terms of Use in your App Description. If you are using a custom EULA, add it in App Store Connect.

因为我的App中存在订阅服务,也就是苹果的内购自动订阅,周期性扣款服务,必须要在商店信息中说明订阅服务的相关信息了,苹果要求得说明,例如订阅类型、不同类型的订阅价格之类的,还得贴上用户VIP服务协议、自动订阅服务协议的说明连接

解决方案:立马按照其他App的格式抄一份,再抄两份用户VIP服务协议、自动订阅服务协议丢网站,生成外链给苹果爸爸

三:Guideline 2.3.3 - Performance - Accurate Metadata

We found the metadata of your submitted in-app purchases, such as name and description, does not accurately represent your in-app purchases.
Specifically, we noticed:
the annual and monthly membership prices in the binary mismatched them in the batch.

Next Steps
To resolve this issue, please revise the metadata of your submitted in-app purchases to be accurate and unique to each in-app purchase product.
To edit in-app purchases:
- Log in to App Store Connect
- Click on "My Apps"
- Select your app
- Click on "Features" to view your in-app purchases
- Click on a Reference Name that is in Developer Action Needed status
- Click "Edit In-App Purchase Details"
- Make the desired changes
- Click Save
- Once you've completed all changes, click the "Submit for Review" button at the top of the App Version Information page.

NOTE: When an in-app purchase is in Developer Action Needed state, you must make some change to it before it can advance to Waiting for Review.
Please see attached screenshots for details. 

这个就离谱了,意思是审核人员看到的订阅价格,和我在应用商店后台提交的订阅商品价格不一致,但是我查了很多遍,价格是一致的[黑线],目前不知道怎么解决,有没有大哥遇到过这种问题,教教小弟[无辜笑]

写在最后

我是一名iOS应用开发者,目前失业状态(10个月了...)工作7年,现在你知道我有多么菜了么,10个月在家埋头苦干,从0到1开发自己的产品,目前出师不利[撇嘴]

相关推荐

如何为MySQL服务器和客户机启用SSL?

用户想要与MySQL服务器建立一条安全连接时,常常依赖VPN隧道或SSH隧道。不过,获得MySQL连接的另一个办法是,启用MySQL服务器上的SSL封装器(SSLwrapper)。这每一种方法各有其...

Mysql5.7 出现大量 unauthenticated user

线上环境mysql5.7突然出现大量unauthenticateduser,进mysql,showprocesslist;解决办法有:在/etc/hosts中添加客户端ip,如192.16...

MySQL 在 Windows 系统下的安装(mysql安装教程windows)

更多技术文章MySQL在Windows系统下的安装1.下载mysql和Framework链接链接:百度网盘请输入提取码提取码:6w3p双击mysql-installer-communit...

MySql5.7.21.zip绿色版安装(mysql数据库绿色版安装)

1、去网上下载满足系统要求的版本(mysql-5.7.21-winx64.zip)2、直接解压3、mysql的初始化(1)以管理员身份运行cmd,在mysql中的bin目录下shift+右键-在...

MySQL(8.0)中文全文检索 (亲测有效)

在一堆文字中找到含有关键字的应用。当然也可以用以下语句实现:SELECT*FROM<表名>WHERE<字段名>like‘%ABC%’但是它的效率太低,是全盘扫描。...

新手教程,Linux系统下MySQL的安装

看了两三个教程。终于在哔哩哔哩找到一个简单高效的教程,成功安装,up主名叫bili逍遥bili,感兴趣可以去看看。下面这个是我总结的安装方法环境:CentOS764位1.下载安装包,个人觉得在...

麒麟服务器操作系统安装 MySQL 8 实战指南

原文连接:「链接」Hello,大家好啊,今天给大家带来一篇麒麟服务器操作系统上安装MySQL8的文章,欢迎大家分享点赞,点个在看和关注吧!MySQL作为主流开源数据库之一,被广泛应用于各种业务...

用Python玩转MySQL的全攻略,从环境搭建到项目实战全解析

这是一篇关于“MySQL数据库入门实战-Python版”的教程,结合了案例实战分析,帮助初学者快速掌握如何使用Python操作MySQL数据库。一、环境准备1.安装Python访问Pytho...

安装MySQL(中标麒麟 安装mysql)

安装MySQL注意:一定要用root用户操作如下步骤;先卸载MySQL再安装1.安装包准备(1)查看MySQL是否安装rpm-qa|grepmysql(2)如果安装了MySQL,就先卸载rpm-...

Mysql最全笔记,快速入门,干货满满,爆肝

目录一、MySQL的重要性二、MySQL介绍三、软件的服务架构四、MySQL的安装五、SQL语句六、数据库相关(DDL)七、表相关八、DML相关(表中数据)九、DQL(重点)十、数据完...

MAC电脑安装MySQL操作步骤(mac安装mysqldb)

1、在官网下载MySQL:https://dev.mysql.com/downloads/mysql/根据自己的macOS版本,选择适配的MySQL版本根据自己需求选择相应的安装包,我这里选择macO...

mysql主从(mysql主从切换)

1、本章面试题什么是mysql主从,主从有什么好处什么是读写分离,有什么好处,使用mycat如何实现2、知识点2.1、课程回顾dubboORM->MVC->RPC->SOApro...

【linux学习】以MySQL为例,带你了解数据库

做运维的小伙伴在日常工作中难免需要接触到数据库,不管是MySQL,mariadb,达梦还是瀚高等其实命令都差不多,下面我就以MySQL为例带大家一起来了解下数据库。有兴趣的小伙伴不妨评论区一起交流下...

玩玩WordPress - 环境简介(0)(玩玩网络科技有限公司)

简介提到开源博客系统,一般都会直接想到WordPress!WordPress是使用PHP开发的,数据库使用的是MySQL,一般会在Linux上运行,Nginx作为前端。这时候就需要有一套LNMP(Li...

服务器常用端口都有哪些?(服务器端使用的端口号范围)

下面为大家介绍一下,服务器常用的一些默认端口,以及他们的作用:  21:FTP服务所开放的端口,用于上传、下载文件。  22:SSH端口,用于通过命令行模式远程连接Linux服务器或vps。  23:...

取消回复欢迎 发表评论: