Enable/disable rotation on Salesforce IOS Hybrid app - ios

Is there any way to control the rotation of an Salesforce IOS Hybrid app. I'm using Salesforce IOS SDK. I want to have some of the screens allow to rotate and some not. I know we can set it the app's general setting but it will apply across the whole app not into each screen.

Related

Programmatically Enable/Disable camera in iOS for all applications (globally)

Is there any way to programmatically enable or disable camera globally (i.e. restrict for all the application)
I have seen in Settings -> General -> Restrictions we can actually enable or disable camera, but is it possible programmatically?
In android we can use MDM (Mobile Device Management) to control this feature, is it possible in iOS also using swift code?
You will not be able to disable camera programmetically in iOS.
You have to enforce disable camera payload on iOS devices through MDM.

iOS - can I start "Magnifier" app programmatically?

I have a camera app and am interested in offering the user the ability to zoom, freeze frame and use camera flash. Very similar to magnifier app. Just so I don't re-invent the wheel:
Is there a way to programmatically start a native iOS app, like Magnifier (available from control center)?
I know iOS allows the user to open links in Safari.

Swift - Change iPhone background

I was thinking about changing iPhone background using app. Is there some code in Swift to change iPhone background?
I donĀ“t mean change background of app. I mean change background totally of the iPhone.
There is no way to currently access the device's Wallpaper as of now.
Essentially Apple doesn't allow it, though jailbroken devices can access this functionality.
You also aren't allowed to set or change the wallpaper of the entire phone in third party apps. The user has to do that manually through the settings or photos app. You can add instructions as to how the user can do that in your app.

Navigation Supported Augmented Reality SDK in iOS

I have a requirement in my app where a user enters 'from' and 'to' destination in the map and the user will be guided by turn by turn navigation.So, I'm looking for an iOS Augmented Reality SDK which supports turn by turn on screen navigation. I know wikitude drive supports this feature. But as it is in beta mode, they are not providing any sdk for this as far I know. Is there any other paid or open source SDK avilable in the market which supports on screen navigation?

Access application while in lock screen in iOS

Is there any way to detect the shake when the application is in back ground in iOS ? Actually in my application i need access my application when the device is in lock screen to call some web services. Is there any way to do this to aces my application while the device is in lock screen in iOS?
Simple answer NO there is no way of detecting shake in background mode sorry.
Unfortunately this isn't possible in iOS 7 are lower.

Resources