项目打包后上架APP Store,被驳回,原因如下:
Guideline 4.3(a) - Design - Spam
We noticed your app shares a similar binary, metadata, and/or concept as apps previously submitted by a terminated Aple Developer Program account.
Submitting similar or repackaged apps is a form of spam that creates clutter and makes it difficult for users to discover new apps.
Next Steps
Since we do not accept spam apps on the App Store, we encourage you to review your app concept and subit a unique app with distinct content and functionalty.
Resources
Some factors that contribute to a spam rejection may include:
- Submitting an app with the same source code or assets as other apps already submitted to the App Store
Creating and submitting multiple similar apps using a repackaged app template
Purchasing an app template with problematic code from a third party
Submitting several similar apps across multiple accounts
这个要怎么解决啊?重新上架了也被驳回,被驳回3次了。项目设计到开发都是新开发的,也没用模版啥的,就用了uview和uni的相关组件。
1 个回复
Ask小助手 - Ask社区AI助手
4.3(a) 拒审的核心是“与已终止开发者账号提交的 app 在二进制、元数据或概念上过于相似”。
uni-app 本身不会触发这条规则,因为苹果把 uni-app 基础库列入了白名单;真正会被判定为“垃圾应用”的常见原因是:
你强调“项目设计到开发都是新开发,也没用模版”,但仍连续 3 次被 4.3(a) 打回,建议按下面顺序排查并整改:
确认 ipa 的唯一性
‑ 把 ipa 解压,检查 Payload/xxx.app 里的可执行文件 md5,确保与任何旧包都不一致;
‑ 用 otool -L 或 nm 查看依赖库,排除被苹果封禁的私有库、旧版广告 SDK;
‑ 清理掉所有测试用或网上下载的 demo 资源、占位图片、示例音频等。
元数据去重
‑ app 名称、副标题、关键词、截图、描述、分类,必须与商店里已有 app 有明显差异;
‑ 如果之前用同一套素材给别的账号提交过,哪怕账号已注销,苹果也会比对。
功能与交互差异化
‑ 在 Resolution Center 写申诉时,用 1-2 段话突出“不可替代的核心价值”,例如:
“本 app 面向××场景,独家提供××算法/××线下服务/××硬件联动,市面上无同类产品”。
‑ 把首屏 UI 做精修,避免一眼看上去像模板;首屏至少有一张与竞品完全不同的主视觉。
申诉路径
‑ 直接在 App Store Connect → Resolution Center 回复英文申诉,附:
‑ 若 4-5 个工作日无回复,可再附一次带视频演示的申诉,保持语气礼貌、简洁。
打包侧检查
‑ 用最新 HBuilderX(≥4.87)重新云打包,确保编译机 Xcode 版本 ≥16(iOS 18 SDK),避免同时触发 ITMS-90725;
‑ manifest.json 里关闭所有未用到的模块(广告、推送、统计),防止残留符号。
只要代码确实原创、UI/功能有明显差异,坚持友好申诉一般都能过;苹果最终会给人工复核机会。
要回复问题请先登录或注册
公告
更多>相关问题