1. Install Visual studio 2013
2. Install windows.system.userprofile
npm install windows.system.userprofile
3. Code:
1 2 |
var profile = require('Windows.System.UserProfile'); console.log(profile.AdvertisingManager.advertisingId); |
1. Install Visual studio 2013
2. Install windows.system.userprofile
npm install windows.system.userprofile
3. Code:
1 2 |
var profile = require('Windows.System.UserProfile'); console.log(profile.AdvertisingManager.advertisingId); |