Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohit-chouhan/mobile-config-installer

Free tool to install iOS Profile (Mobile Config File) using upload, link and code.
https://github.com/rohit-chouhan/mobile-config-installer

apple esign ios mobileconfig profile

Last synced: about 1 month ago
JSON representation

Free tool to install iOS Profile (Mobile Config File) using upload, link and code.

Awesome Lists containing this project

README

        

# iOS MobileConfig Installer

A tool for iOS to help users install `.mobileconfig` profiles directly on iOS devices. This tool provides three options to create or upload a `.mobileconfig` profile:

Try this tool : [https://rohit-chouhan.github.io/mobile-config-installer](https://rohit-chouhan.github.io/mobile-config-installer)

1. **Upload a file from the local device**
2. **Provide a URL to fetch the file**
3. **Paste raw XML content to generate a profile**

The tool ensures that the `.mobileconfig` profile is served with the correct MIME type (`application/x-apple-aspen-config`) for direct installation on iOS devices.

---

## Features

- **Easy to Use**: Upload, fetch, or paste XML to create a configuration profile.
- **Static and Secure**: Does not require any backend server; runs directly in the browser.
- **Supports Installation on iOS**: Prompts Safari to install the profile when accessed on an iOS device.

---