I meet a problem when install last profile on device, the console complains: Underlying error: MDM com.company.com.mdm5: The MDM payload com.company.com.mdm5 contains an invalid topic.
I think mybe I input the wrong topic value, I tried following value, but all failed. 1. the UID of Developer cert's Subject. 2. the "application-identifier" value in my .mobileprovision file
Any suggestions? Thanks in advance.
The SCEP cert was successfully issued from the device, my profile is generated by iPCU. blow is part of my target profile:
<dict>
<key>AccessRights</key>
<integer>8191</integer>
<key>CheckInURL</key>
<string>https://192.168.0.105/cgi-bin/checkin.py</string>
<key>CheckOutWhenRemoved</key>
<true/>
<key>IdentityCertificateUUID</key>
<string>000000-0000-0000-0000-0000</string>
<key>PayloadDescription</key>
<string>Configures MobileDeviceManagement.</string>
<key>PayloadIdentifier</key>
<string>com.company.com.mdm5</string>
<key>PayloadOrganization</key>
<string>Company</string>
<key>PayloadType</key>
<string>com.apple.mdm</string>
<key>PayloadUUID</key>
<string>7AF006C2-E2BC-4606-8C3B-29A9C421F62D</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ServerURL</key>
<string>https://192.168.0.105/cgi-bin/server.py</string>
<key>SignMessage</key>
<false/>
<key>Topic</key>
<string>com.apple.pineapple</string>
<key>UseDevelopmentAPNS</key>
<true/>
</dict>