I have a task to access the system ringtones in my iPhone application. I want to know if it is possible to access them? If not, please explain the reason.
No it's not possible via the official SDK.
No, it is not Possible in iPhone, If you want to submit your app in app store.
Related
Is there any way to use the allowScreenShot restriction payload inside and IOS app to disable screen captures?
I've been looking for a way to block screen captures on my IOS app and I came across with this document: Configuration Profile Reference
So I start wondering if it's possible to use this information inside an IOS app.
If someone knows the answer please help me with an example. Thanks!
I am trying to build an app that will allow users to see all pdf files that are on the device (in some kind of a list with a preview) [Regardless of which app it belongs to on the device, all should be shown]. Is there anyway to achieve this?
Sorry but this is not possible on an iOS device because of a feature called sandboxing. Apple does not allow an app to access the sandbox of another app. Each app sits inside a sandbox of its own. This is iOS's security feature. There is no way to go around this feature.
Reference - About App Sandbox
I want to be using URL-Schemes in my application so when someone use the URL-Scheme, they unlock PRO version inside the application.
BUT, how can i make that the URL-Scheme can be used only once? So only 1 person can use the url scheme, and when the url scheme is used, it cannot be used again?
Usaully, to unlock the pro version, you should be using in-app purchases!
I would like to know if it is possible to launch an app on iOS that is currently in the back group using three taps for example ? Think of it as a short cut on a desktop app.
Thanks
No!
That is not possible. There is no way to open one specific app on some combination of touches.
You can however open other apps from your app using url schemes, but something like that is not supported across the entire OS and of course not supported on the springboard. (see the apple docs)
Can I use NewsStandKit in regular application ?
I need to use NKLibrary, NKIssue and NKAssetDownload classes in my regular application, do you think apple will pass that?
thanks
You won't be able to use them unless you have your app be a Newsstand app. Apple will reject it.