With Windows Phone 8.1, next line worked well but now when users are changing to Windows 10 phones, devices are failing.
ProductLicense inAppLicense = CurrentApp.LicenseInformation.ProductLicenses["Keyfor"];
As mentioned worked with WP 8.1 nicely and license information was read and stored nicely. Now with Windows 10 phones, that line just generates exception.
"Exception from HRESULT: 0x803F6107".
Same result with real devices as well with emulators.
So, how can I check LicenseInformation
from Windows 10 phones with WP 8.1 project environment (i.e code made with 8.1 projects)?