App WrappingSolved

Participant
Discussion
3 weeks ago

Hey guys! A company interested in using my app mentioned something about “app wrapping”. I’m not sure what it means—any ideas? 

Replies (8)

Marked SolutionPending Review
Participant
3 weeks ago
Marked SolutionPending Review

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. 

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

So, what exactly does this “layer” do? And why would a company want it on my app? 

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

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. 

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

So, if my app is wrapped, they can add these policies without me building them into the code? 

Marked SolutionPending Review
Participant
1 week ago
Marked SolutionPending Review

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. 

Marked SolutionPending Review
Participant
1 week ago
Marked SolutionPending Review

Got it. And this doesn’t impact the user experience, right? 

Marked SolutionPending Review
Participant
6 days ago
Marked SolutionPending Review

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. 

Marked SolutionPending Review
Participant
3 days ago
Marked SolutionPending Review

That sounds like a win-win. Thanks for explaining it, guys!