本文介绍了iOS 守护进程.它们对 AppStore 合法吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法确定守护程序应用程序是否可以在未越狱的 iPhone 上运行.苹果对这些东西的政策是什么?我真的不知道我的想法是否可行......我想知道是否有可能创建这样一个守护进程,它可以在远程用户不接听我们的电话时拦截传出的用户呼叫并播放自定义音调信号.几乎所有的蜂窝运营商都提供自定义呼叫音的服务,这意味着您可以在等待响应的同时听一些音乐......这让我很疯狂.

解决方案

简单明了:这是不允许的.

取自官方 App Store 审核指南

2.8 安装或启动其他可执行代码的应用程序将被拒绝

Can't find out if daemon application can be run on non-jailbroken iPhone. And what is Apple policy about this stuff? I don't really know if my idea is possible at all... I wonder if it's possible to create such a daemon that can intercept outcoming user call and play custom tone signal while remote user does not answer our call. Almost all cell-operators provides a service of custom call tones which means you can listen to some music while waiting for response... This drives me wild.

解决方案

Plain and simple: It's not allowed.

Taken from the official App Store Review Guidelines

这篇关于iOS 守护进程.它们对 AppStore 合法吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 18:21