<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CommandUUID</key>
<string>installAppFromMart</string>
<key>ErrorChain</key>
<array>
<dict>
<key>ErrorCode</key>
<integer>12026</integer>
<key>ErrorDomain</key>
<string>MCMDMErrorDomain</string>
<key>LocalizedDescription</key>
<string>The app “com.app.app.app†is already scheduled for management.</string>
<key>USEnglishDescription</key>
<string>The app “com.app.app.app†is already scheduled for management.</string>
</dict>
</array>
<key>RejectionReason</key>
<string>AppAlreadyQueued</string>
<key>Status</key>
<string>Error</string>
<key>UDID</key>
<string>5dcfaa1d07e2079c1556f9131869d9b4284c8e91</string>
</dict>
</plist>
The app is not getting pushed on the device.
this is the error xml. this is happening on many iOS 9.1 devices. Is there any solution for this?