Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rohit-chouhan/mobile-config-installer
- Owner: rohit-chouhan
- License: mit
- Created: 2024-12-03T15:53:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T15:59:56.000Z (about 1 month ago)
- Last Synced: 2024-12-03T16:41:17.345Z (about 1 month ago)
- Topics: apple, esign, ios, mobileconfig, profile
- Language: HTML
- Homepage: https://rohit-chouhan.github.io/mobile-config-installer/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.---