4

Windows 8 アプリでアプリ内購入をテストする場合は、アプリとすべての製品の現在の状態を定義するWindowsStoreProxy.xmlファイルでCurrentAppSimulatorを使用する必要があります。問題は、このファイル内で使用できる構造の完全な定義がどこにも見つからず、IntelliSense/オートコンプリートが何も提供していないことです。

問題は、WindowsStoreProxy.xml ファイル構造の仕様がどこにあるかということです。

4

1 に答える 1

5

I think the best available documentation is here - http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.store.currentappsimulator

It includes file structure overview and xsd schema definition.

于 2013-06-26T14:06:16.280 に答える