I'm trying to use apple configurator 2 to create a blueprint of my app to install on a group of 10 ipads. I have a valid developer & distribution certificate. I can install the apps via xcode just fine. The archive I made with xcode is visible to configurator but when added to a blueprint and applied to an ipad the app icon appears darker and when clicked I get an "Unable to Install" error.
I also signed up for simplemdm trial. Getting some weird errors.
Failed to create session info: Failed to retrieve session info. ({
FunctionName = "init_lockdown_server_block_invoke_7";
NSLocalizedDescription = "Failed to retrieve session info.";
NSUnderlyingError = "Error Domain=com.apple.MobileActivation.ErrorDomain Code=-2 \"Failed to copy ingest data.\" UserInfo={NSUnderlyingError=0x10152a860 {Error Domain=com.apple.MobileActivation.ErrorDomain Code=-2 \"Failed to retrieve IMEI.\" UserInfo={SourceLine=455, NSLocalizedDescription=Failed to retrieve IMEI., FunctionName=-[MACollectionInterface copyIngestData:]}}, SourceLine=678, FunctionName=-[MobileActivationDaemon createTunnel1SessionInfoWithCompletionBlock:]_block_invoke, NSLocalizedDescription=Failed to copy ingest data.}";
SourceLine = 271;
}) [com.apple.MobileActivation.ErrorDomain – 0xFFFFFFFFFFFFFFFE (-2) [sys = 0x3F, sub = 0xFFF, code = 0x3FFE (16382)]]
Do I have to manually add each device to my distribution cert to get app to work with configurator? Shouldn't the simplemdm be doing that bit for me?