简体   繁体   English

以编程方式配置iPhone设置

[英]Configure iPhone settings programmatically

I have been developing an app where I need to configure the IPhone settings programmatically like SMS, MMS, Voice and Data. 我一直在开发一个应用程序,该程序需要以编程方式配置iPhone设置,例如SMS,MMS,语音和数据。 Over settings page I need to set the limits for SMS, MMS, Voice & Data, so that user cannot use it more than that. 在“设置”页面上,我需要设置SMS,MMS,语音和数据的限制,以便用户不能再使用它。

The main thing is to set the limits for all of above; 最主要的是为以上所有设置限制。 I googled a lot and didn't find any kind of help. 我在Google上搜索了很多,却找不到任何帮助。

Is it possible to do such thing in iPhone? 在iPhone上可以做这样的事情吗? How can I do it by Private API or by IPhoneSDK? 如何通过私有API或IPhoneSDK做到这一点? If it is through private API then please suggest me the name of that API or by the code. 如果是通过私有API,则请通过API建议我该API的名称。

The SDK cannot do this. SDK无法执行此操作。 If this is possible, it will have to be through private API (which means you'll be limited to Cydia and jailbroken iPhones for distribution). 如果可能的话,则必须通过私有API(这意味着您只能使用Cydia和越狱的iPhone进行分发)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM