Post

Replies

Boosts

Views

Activity

Web Clips are not removed from Shared Ipad - MDM
Hi, I have an issue about removing web clips from shared ipad. I have an shared ipad that registered with Apple School Manager account. Firstly I am sending a web clip installation command described in the following link WebClip. Web clip payload identifier is : “com.web_clip.webClipTest”. The web clip is successfully uploading to the shared ipad. When I want to remove web clip from shared ipad device, I am sendig remove profile command. After the remove profile command I get an error like "The profile “com.web_clip.webClipTest” is not installed." Web clip is already installed on the shared ipad and cannot be removed. By the way this result is not deterministic. Sometimes I am sending remove command for removing the same web clip from the same device, web clip is removed successfully but that happens rarely. Anyone can help me about that? Thanks.
0
0
608
May ’22
MDM - Install Media Command - "A VPP purchase record for the item could not be found." Error
I have an issue about install media command.  Before encountering the problem, the steps are as follows; Firstly, I create users with using following api: https://developer.apple.com/documentation/devicemanagement/create_users Secondly, I get vpp book licenses from Apple Business account and I can see purchased books in vpp asset with using this api: https://developer.apple.com/documentation/devicemanagement/get_assets After purchased book and created user, I associate book license to created user with following api: https://developer.apple.com/documentation/devicemanagement/manage_licenses I associate license with client user id instead of device serial number. I can see that the license is assigned to the user with using https://developer.apple.com/documentation/devicemanagement/get_licenses By the way, after the assignment process, I can see that the total number of licenses has decreased in the Apple Bussines account. After all this process I send device command. The plist while sending install media command to the device is as follows; <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Command</key> <dict> <key>RequestType</key> <string>InstallMedia</string> <key>MediaType</key> <string>Book</string> <key>iTunesStoreID</key><integer>510322135</integer> </dict> <key>CommandUUID</key><string>625eb3346db5ec00287593a7</string> </dict> </plist> Finally, Install Media command getting error with "A VPP purchase record for the item could not be found." How can I fix this issue? Can anyone help me about that? Thanks.
1
0
598
Apr ’22
About Mobile Device Management - Install Media Command
I have an issue about install media command. I got a book license from the Apple business account and assign this license to the user. The request plist I created while sending to the device as install media command is as follows; <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Command</key> <dict> <key>RequestType</key> <string>InstallMedia</string> <key>MediaType</key> <string>Book</string> <key>iTunesStoreID</key><integer>510322135</integer> </dict> <key>CommandUUID</key><string>625eb3346db5ec00287593a7</string> </dict> </plist> Install Media command getting error with "A VPP purchase record for the item could not be found." How can I fix this issue? Can anyone help me about that? Thanks.
0
0
532
Apr ’22
Web Clips are not removed from Shared Ipad - MDM
Hi, I have an issue about removing web clips from shared ipad. I have an shared ipad that registered with Apple School Manager account. Firstly I am sending a web clip installation command described in the following link WebClip. Web clip payload identifier is : “com.web_clip.webClipTest”. The web clip is successfully uploading to the shared ipad. When I want to remove web clip from shared ipad device, I am sendig remove profile command. After the remove profile command I get an error like "The profile “com.web_clip.webClipTest” is not installed." Web clip is already installed on the shared ipad and cannot be removed. By the way this result is not deterministic. Sometimes I am sending remove command for removing the same web clip from the same device, web clip is removed successfully but that happens rarely. Anyone can help me about that? Thanks.
Replies
0
Boosts
0
Views
608
Activity
May ’22
MDM - Install Media Command - "A VPP purchase record for the item could not be found." Error
I have an issue about install media command.  Before encountering the problem, the steps are as follows; Firstly, I create users with using following api: https://developer.apple.com/documentation/devicemanagement/create_users Secondly, I get vpp book licenses from Apple Business account and I can see purchased books in vpp asset with using this api: https://developer.apple.com/documentation/devicemanagement/get_assets After purchased book and created user, I associate book license to created user with following api: https://developer.apple.com/documentation/devicemanagement/manage_licenses I associate license with client user id instead of device serial number. I can see that the license is assigned to the user with using https://developer.apple.com/documentation/devicemanagement/get_licenses By the way, after the assignment process, I can see that the total number of licenses has decreased in the Apple Bussines account. After all this process I send device command. The plist while sending install media command to the device is as follows; &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;Command&lt;/key&gt; &lt;dict&gt; &lt;key&gt;RequestType&lt;/key&gt; &lt;string&gt;InstallMedia&lt;/string&gt; &lt;key&gt;MediaType&lt;/key&gt; &lt;string&gt;Book&lt;/string&gt; &lt;key&gt;iTunesStoreID&lt;/key&gt;&lt;integer&gt;510322135&lt;/integer&gt; &lt;/dict&gt; &lt;key&gt;CommandUUID&lt;/key&gt;&lt;string&gt;625eb3346db5ec00287593a7&lt;/string&gt; &lt;/dict&gt; &lt;/plist&gt; Finally, Install Media command getting error with "A VPP purchase record for the item could not be found." How can I fix this issue? Can anyone help me about that? Thanks.
Replies
1
Boosts
0
Views
598
Activity
Apr ’22
About Mobile Device Management - Install Media Command
I have an issue about install media command. I got a book license from the Apple business account and assign this license to the user. The request plist I created while sending to the device as install media command is as follows; <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Command</key> <dict> <key>RequestType</key> <string>InstallMedia</string> <key>MediaType</key> <string>Book</string> <key>iTunesStoreID</key><integer>510322135</integer> </dict> <key>CommandUUID</key><string>625eb3346db5ec00287593a7</string> </dict> </plist> Install Media command getting error with "A VPP purchase record for the item could not be found." How can I fix this issue? Can anyone help me about that? Thanks.
Replies
0
Boosts
0
Views
532
Activity
Apr ’22