Upload Mobile Enterprise Application using JAMF API

ceh329
New Contributor III

Hello,

I was wondering if anyone knew if there was a way to upload a new .IPA file for an enterprise mobile application? I was looking at the API's but I dont exactly see what I'm looking for.

 

5 REPLIES 5

howie_isaacks
Valued Contributor III

I have never tried this yet but this may help. 

https://developer.jamf.com/jamf-pro/reference/post_v1-deploy-package

ceh329
New Contributor III

Thanks, but this installs a package to a computer using the MDM. 

I'm looking to upload newly developed Enterprise ("Non App Store") apps, using a JAMF API to do so.

howie_isaacks
Valued Contributor III

If you weren't using Jamf Pro, what other way would someone get the app? Apple's MDM standard allows installing packages through MDM, so if the app was in an install package this would work. Can the .IPA file be packaged? Apple Business Manager has a feature that allows for distributing custom apps. That may be what you're looking for.

ceh329
New Contributor III

An .ipa file is a iOS/iPadOS application. It's already packaged and ready to be uploaded. What I need is a way to upload the .ipa file to the JAMF Pro server, so that it can be distributed to our iOS devices. 
I'm looking to automate our process in which iOS developers use our signing web app to automatically push the signed app to JAMF via modifying an existing app instance or adding a new app instance; if its the first time.

ceh329
New Contributor III

I was able to do this when we were using AirWatch. Now that we are using JAMF I'm trying to bring that same level of functionality.