Reputation: 3009
I am using IBM MFP version 8 and cordova device plugin. On the IBM console, I see that my device is register with a device Id. However, I getting a different value when I execute device.uuid..
How can I get the same id that is store in MFP
Product version: 8.0.0.00-20170220-1900
Thanks
Upvotes: 0
Views: 199
Reputation: 3583
The device ID generated by MobileFirst is not same as the value you obtain when you execute device.uuid
API using cordova-plugin-device
.
If you wish to store unique ID for each device in MFP, you can use getDeviceDisplayName
and setDeviceDisplayName
APIs to retrieve and store the unique names/ID.
More details about API's can be found here.
Upvotes: 2