https://github.com/tobiaspott/ota-deployment-service
An ASP.NET Core web service to provide iOS OTA deployment in local network or internet environments.
https://github.com/tobiaspott/ota-deployment-service
Last synced: 4 months ago
JSON representation
An ASP.NET Core web service to provide iOS OTA deployment in local network or internet environments.
- Host: GitHub
- URL: https://github.com/tobiaspott/ota-deployment-service
- Owner: TobiasPott
- License: mit
- Created: 2020-03-03T09:05:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T10:19:59.000Z (over 5 years ago)
- Last Synced: 2024-12-28T18:55:23.640Z (6 months ago)
- Size: 23.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OTA-Deployment-Service
An ASP.NET Core web service to provide iOS OTA deployment in local network or internet environments.This ASP.NET Core web service can be used to provide OTA deployment of ad-hoc developer or enterprise applications for iOS. It can be used as a service running on machine in a local network or as a hosted service in Azure (or other cloud services which can run .NET Core applications).
## To-Do
* There are no authentication or security measures to prevent access to the service without permission
* There is no check for validity of the uploaded files and provided metadata (IPA file, size, identifier and name)
* There is no size-check to prevent the server's storage to overflow on large IPA files
* There is no check agains duplicates, uploads for the same identifier replace previous files
* There is no automatic listing of available IPA files on the web service (needs consideration on how in general and how visibility is managed)
* There is no method to delete previously uploaded files
* There is no method to edit or change uploaded files (needs consideration if this is required aside of deletion)