How to side load .ipa file on Mac

I want to side load a .ipa file from a Mac to iPhone connected to Mac via USB. I don't want to use ABM or enterprise account. Also these can be any number of unknown devices. Is there any way to set this up automatically?

Answered by DTS Engineer in 839549022

Have you looked at the cfgutil tool that ships within Apple Configurator?

% /Applications/Apple\ Configurator.app/Contents/MacOS/cfgutil
…
	install-app | install-application | install-applications | install-apps
		Install apps on attached devices.
…

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Have you looked at the cfgutil tool that ships within Apple Configurator?

% /Applications/Apple\ Configurator.app/Contents/MacOS/cfgutil
…
	install-app | install-application | install-applications | install-apps
		Install apps on attached devices.
…

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to side load .ipa file on Mac
 
 
Q