为什么我的应用被拒绝,因为“多任务应用只能使用背景”? [英] Why did my app get rejected because "Multitasking apps may only use background"?

查看:344
本文介绍了为什么我的应用被拒绝,因为“多任务应用只能使用背景”?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过设置闹钟和观看视频在后台测试了我的应用,当我观看视频时,我的闹钟响了。

I tested my app in the background by setting the alarm and watching a video, and my alarm was correctly ringing when I was watching the video.

即使我在从警报响起的后台删除我的应用程序。现在我想知道我是否正确理解Apple的回复。
任何人都可以解码回复吗?

Even when I removed my app from the background the alarm was ringing. Now I wonder if I correct understood Apple's reply. Can any one decode the reply?


我们发现您的应用使用后台模式但不包含
需要该模式持久运行的功能。此
行为不符合App Store审核指南。

We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.

我们注意到您的应用声明支持您的
UIBackgroundModes键中的音频Info.plist,但是当应用程序在后台时,没有可听见的内容是
。虽然您的意图
可能是为了提供此功能,但在审核时,我们
无法为您的应用播放背景音频。

We noticed your app declares support for audio in the UIBackgroundModes key in your Info.plist, but no audible content is played when the application is in the background. While your intention may have been to provide this functionality, at the time of review, we were not able to play background audio for your app.

如iOS应用程序编程指南中所示:

As indicated in the iOS Application Programming Guide:

此密钥适用于在后台为用户提供可听
内容的应用程序,例如音乐播放器或
流式音频应用程序。

"This key is intended for use by applications that provide audible content to the user while in the background, such as music-player or streaming-audio applications."

因此,为
用户提供可听内容是合适的。应用程序在后台或从UIBackgroundModes键中删除音频设置

Therefore, it would be appropriate to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.


推荐答案

你对此有何看法?很明显你给了一个UIBackgroundModeaudio但没有在后台播放任何音频。

What don't you understand about it? It is very clear that you gave a UIBackgroundMode of "audio" but didn't play any audio in the background.

这篇关于为什么我的应用被拒绝,因为“多任务应用只能使用背景”?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆