Win 10 Tech Preview で WP8.1 アプリのアプリ内購入をそのままテストしています (デバイスとエミュレーターで同じ結果が得られました)。ライセンス情報を取得しようとすると、次のエラーが発生します。
例外:
System.Exception: HRESULT からの例外: Windows.ApplicationModel.Store.CurrentApp.get_LicenseInformation() で App.OnLaunched(LaunchActivatedEventArgs e) で 0xC03F7000
コード:
Dim oLicense As LicenseInformation
oLicense = CurrentApp.LicenseInformation
これは WP8.1 で正常に動作しています。CurrentAppSimulator .LicenseInformationを試したところ、別のエラーが発生しました。
System.IO.DirectoryNotFoundException: システムは、指定されたパスを見つけることができません。(HRESULT からの例外: 0x80070003) Windows.ApplicationModel.Store.CurrentAppSimulator.get_LicenseInformation() で
ヘルプ/ポインタをいただければ幸いです。