Hi All,
I am using web service to assign vpp app license to a device using its serial number.
I call manageVPPLicensesByAdamSrv with sToken parameter and associateSerialNumber (destination device serial no)
The result is successfully and I got this json reply from apple:
<uId>6770446</uId>
<status>0</status>
<clientContext>{"hostname":"Our MDM","guid":"87dde000-19a0-4d1b-9b52-e400e681b000"}</clientContext>
<expirationMillis>1587095260120</expirationMillis>
<productTypeId>8</productTypeId>
<pricingParam>STDQ</pricingParam>
<adamIdStr>1444647478</adamIdStr>
<associations json:Array="true" xmlns:json="http://james.newtonking.com/projects/json">
<serialNumber>FK1PR1NYG5QN</serialNumber>
<licenseIdStr>11077838579</licenseIdStr>
</associations>
<productTypeName>Application</productTypeName>
<isIrrevocable>false</isIrrevocable>
The problem is, why this vpp app not showing on the destination device / iphone?
It should be installed automatically after calling this associate web service, but there is nothing happened on the device.
Please advise...
Thank you.
Narada