1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Delphiで作ったストアアプリ試用版をローカルで確認する

Posted at

試用版をローカルで確認するには

こう言う手順になります。

  • ストアに登録できるようにする
  • パートナーセンター > ホーム > アプリとゲーム > アプリ名 の製品情報 > 製品IDにある、「パッケージ/ID/発行元」の内容(CN=)で自己認証証明書を作成する。
  • プロジェクトオプション > 配置 > プロビジョニングで、配置:アドホックにし、作成した証明書を指定する。
  • AppxManifest.template.xmlを編集する。ストア配布時のReleaseフォルダにできているAppxManifest.xmlの内容を一部コピーする。コピーというか本当の値に変更する。
    • Identityタグ
      • Nameに「パッケージ/ID/名前」
      • Publisherに「パッケージ/ID/発行元」
    • Propertiesタグ
      • DisplayNameタグにアプリの名前
      • PublisherDisplayNameタグに「パッケージ/プロパティ/発行元表示名」
  • Debugモードでビルド
  • msixファイルをダブルクリックすると、ストアに接続して、IsTrial等の値が得られる。

なんとか覚えていた。

参考
https://en.delphipraxis.net/topic/3042-advice-on-debugging-windows-store-app-while-minimising-submissions/

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?