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

我的个人App被苹果拒绝了

nanshan 2024-11-20 19:23 12 浏览 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开发自己的产品,目前出师不利[撇嘴]

相关推荐

Linux 的磁盘系统,和你了解的Windows差别很大

我的C盘去哪了?一个系统,如果没有存储,那么也就不能称之为系统。存储性是一个完整系统的重要组成部分。例如AWS最开始的服务就是S3(用来存储数据的云服务),足以见得存储对于一个应用平台是多么的重要。...

一文读懂 Linux 硬盘挂载:从问题到解决方案

各位互联网大厂的后端开发伙伴们!在咱们日常工作中,操作Linux系统是常有的事儿吧。你们有没有遇到过这样的场景:新添加了一块硬盘,满心欢喜准备用来存储重要数据或者部署新的应用服务,却突然发现不知道...

硬盘分区(硬盘分区格式)

 磁盘(硬盘)分区,可以分C、D、E等分区,大家可能都会用,会根据自已的需要确定所需的空间,但分区是如何工作的呢,内容如下。Windows中有3类:MBR分区:MasterBootRecord,也...

parted命令工具分区介绍(particle命令)

linux系统磁盘分区通常可以使用fdisk和parted命令,当分区大小小于2TB的时候,两种皆可以使用,当分区大于2TB的话,就需要用parted分区。以下介绍parted命令相关使用,以sdb为...

Linux 服务器上查看磁盘类型的方法

方法1:使用lsblk命令lsblk输出说明:TYPE列显示设备类型,如disk(物理磁盘)、part(分区)、rom(只读存储)等。NAME列显示设备名称(如sda、nvme0n1)。TR...

Linux分区命令fdisk和parted使用介绍

摘要:一般情况下,Linux分区都是选择fdisk工具,要求硬盘格式为MBR格式,能支持的最大分区空间为2T。但是目前在实际生产环境中使用的磁盘空间越来越大,呈TB级别增长;而常用的fdisk这个工具...

linux 分区原理与名词解释(linux操作系统中的分区类型)

分区的意义将磁盘分成几份,每份挂在到文件系统的那个目录在linux里的文件系统Ext2:早期的格式,不支持日志功能Ext3:ext2改良版,增加了日志功能,是最基本且最常用的使用格式了Ext4:针对e...

linux 分区合并(linux合理分区)

查看虚拟机当前磁盘挂载情况fdisk-l选择磁盘fdisk/dev/sda查看磁盘分区情况p重新选择分区n选择主分区p保存w创建物理卷pvcreate/dev/sda3查看物理卷信息pvdi...

如何在 Linux 系统中永久禁用交换分区 ?

Linux操作系统中的交换分区或交换文件充当硬盘上的临时存储区域,当物理内存(RAM)满时,系统使用该存储区域。它用于交换较少使用的内存页,这样系统就不会因为运行应用程序而耗尽物理内存。随着技术的发...

Linux 如何知道硬盘已用多少空间、未用多少空间

刚出社会时,去了一家公司上班,老板为了省钱,买的服务器是低配的,硬盘大小只有40G,有一次网站突然不能访问了,排查半天才知道原来服务器的硬盘空间已用完,已无可用空间。第一步是查看硬盘的使用情况,第二步...

用Linux系统管理磁盘空间 就该这么来

要想充分有效的管理使用Linux系统中的存储空间,用户必须要做的就是双管齐下,一边扩充空间一边限制空间。不得不说的就是很多时候磁盘空间就像水资源,需节制水流。说到要如何实现限制空间就离不开使用LVM技...

Windows 11 磁盘怎么分区?(windows11磁盘怎么分区)

Windows11磁盘分区技术解析与操作指南:构建高效存储体系一、磁盘分区的技术本质与系统价值磁盘分区作为存储系统的基础架构,通过逻辑划分实现数据隔离与管理优化。Windows11采用NTF...

linux上创建多个文件分区,格式化为 ext2、ext3、ext4、XFS 文件

以下是在Linux系统上创建多个20GB文件分区并格式化为不同文件系统的分步指南:步骤1:创建基础文件(4个20GB文件)bash#创建4个20GB稀疏文件(实际占用空间随写入量增长)ddif=/...

救命的U盘低格哪家最强?(低格优盘)

周二时有位童鞋留言说U盘之前做过引导盘,现在格式化不了,用各种工具都不行,而且因为U盘厂商的关系,查不到U盘主控,无法量产恢复,特来求助。小编花了点时间特意弄坏一个U盘分区,终于试出方法了,特来分享一...

Linux 查看硬件磁盘存储大小和磁盘阵列(RAID)的组合方式

一、查看硬件磁盘存储大小查看所有磁盘信息:#lsblk该命令会列出所有磁盘(如/dev/sda、/dev/nvme0n1)及其分区和挂载点。查看磁盘总容量:fdisk-l#或parted-...

取消回复欢迎 发表评论: