Hey guys! A company interested in using my app mentioned something about “app wrapping”. I’m not sure what it means—any ideas?
- Home
- App Management
- App Wrapping
App WrappingSolved
Replies (8)
Well, I can give you a quick explanation. It’s basically a technique that helps make your app more secure, especially for use in a corporate environment. It adds a layer of security and control around your app without you needing to change the app’s code.
So, what exactly does this “layer” do? And why would a company want it on my app?
Good question. With app wrapping, a company can manage and protect your app by setting specific security policies. For instance, it could enforce things like requiring a passcode to open the app or encrypting any data stored within it. This helps ensure sensitive info stays secure if someone’s using the app on a personal device.
So, if my app is wrapped, they can add these policies without me building them into the code?
Exactly. Once your app is built, app wrapping tools take over. The company planning to use your app usually handles this using tools provided by their EMM or MDM platform. These tools allow them to apply security settings like blocking copy-pasting, preventing screenshots, or encrypting stored data. If a device is lost, they can even wipe just the app’s data without touching any personal data on the device, ensuring security and user privacy simultaneously.
Got it. And this doesn’t impact the user experience, right?
Not really. The app works the same as usual, but users might encounter added security steps, like entering a passcode. It’s a seamless way to make apps enterprise-ready without requiring you to make changes during development.
That sounds like a win-win. Thanks for explaining it, guys!
-
Expand