Managed View

2.7 for iPhone, iPad
Free
0

0 Ratings

Update Date

2023-07-30

Size

8.9 MB

Screenshots for iPhone

iPhone
Managed View Description
Simple app displaying web page or PDF based on central managed URL.

REQUIREMENT: MDM solution such as Jamf Pro or Jamf School to enable managed app configuration.

Use cases:
- Simple Kiosk – lock device into displaying a specific web page
- Secure Kiosk – add timer to return to homepage and remove cached user data
- Interactive Kiosk– add ability for user to enter URL
- Surveys/Forms – present web page survey form while locking device during survey and automatically unlocking device after survey completed
- Maintenance – present curtained view while device is performing maintenance

Features include:
- Managed App Config to define URL from central management console.
- Support for Autonomous Single App Mode (ASAM). ASAM allows user to enable and disable Single App Mode within the app.
- Built-in maintenance mode with embedded image. Enabled with Managed App Config.
- Optional navigation bar for user interaction enabled with Managed App Config.
- Add timer to reset app back to predefined URL.
- Option to delete cached user data when touching homepage button or during timer reset
- Define string in URL and when found will automatically turn off app lock (ASAM). Used with REMOTE_LOCK set to ON.

Managed App Config XML keys:
key "URL"
value="http://yourURL.com"

key "MAINTENANCE_MODE"
value="ON"

key "BROWSER_MODE"
value="ON"

key "BROWSER_BAR_NO_EDIT"
value="ON"

key "REMOTE_LOCK"
value="ON"

key "PRIVATE_BROWSING"
value="ON" (persistent) or "OFF" (non-per-persistent)

key " QUERY_URL_STRING "
value=""

key "RESET_TIMER"
value=integer in seconds; default 0

key "QR_CODE"
value="ON"

key "LAUNCH_DELAY"
value=integer in seconds; default 0
Managed View 2.7 Update
2023-07-30
- added new tab / pop-up redirection to web view support
- QR code reader fix
More Information
Price:
Free
Version:
2.7
Size:
8.9 MB
Update Date:
2023-07-30
Developer:
Aaron Maxim
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
2.7 2023-07-30
- added new tab / pop-up redirection to web view support
- QR code reader fix
2.6 2023-06-29
- added scrolling detection to reset timer
2.5 2021-10-28
new features
- QR code scanner
- automatic web page reload if error
- configurable app launch delay requires for some implementations if restart if using Single App Mode
2.4 2021-07-22
New feature
- added deep link support using "managedview://" URL scheme. Use case includes using multiple web clips to support multiple URLs
2.1.2 2020-11-12
1. Swashed bug related to IPadOs/iOS 14 stability
2. When in browser mode, touching home button deletes all cookies.
2.1 2020-01-25
Add optional support for Private Browsing (non-persistent storage of web data) via managed app config
key "PRIVATE_BROWSING"
value="ON" (persistent) or "OFF" (non-per-persistent)
2.0.1 2019-11-19
bug fix - removed URL validation
2.0 2019-11-09
- Removal of deprecated API
- URL validation
- Leveraging ManagedAppConfig library at:https://github.com/jamf/ManagedAppConfigLib
- Content Filter fix
- Performance improvements
- Migrated all ASAM features to managed app config
- Add managed app config option to disable the address bar in browser mode
1.3 2016-09-30
Advanced maintenance mode