facebook twitter hatena line email

Ios/appstore/ABテスト

提供: 初心者エンジニアの簡易メモ
2023年11月26日 (日) 04:41時点におけるAdmin (トーク | 投稿記録)による版 (=ビルド時にアイコンがreadableエラーになる場合)

移動: 案内検索

サムネイル画像のABテストのやり方

  1. appstoreconnectページへ
  2. アプリ選択
  3. プロダクトページの最適化を選択
  4. サムネイル画像のABテストができる

アイコン画像のABテストのやり方

  1. unityであれば、下の項目からAlternateIconを追加。
  2. appstoreconnectページへからプロダクトページの最適化を選択し、アイコンを選択すればOK

参考:https://qiita.com/kyorokyoro/items/98d0410ada0a14535bb3

効果参考:https://pbs.twimg.com/media/F_rZXqWa8AA7bTE?format=jpg&name=4096x4096

Unityの場合のアイコンの埋め込み方

  1. unityのPackageManagerで、+を選択しgit addを追加
  2. ttps://github.com/kyubuns/AppIconChangerUnity.git?path=Assets/AppIconChanger
  3. unityのProjectを選択し、+を選択
  4. AppIconChanger/AlternateIconを選択
  5. AlternateIconのInspectorにアイコン画像を追加

参考:https://kan-kikuchi.hatenablog.com/entry/AppIconChangerUnity

プラグイン公式:https://github.com/kyubuns/AppIconChangerUnity

ビルド時にアイコンがreadableエラーになる場合

エラー詳細

ArgumentException: Texture2D.GetPixels: texture data is either not readable, corrupted or does not exist. 

対策

アイコン画像のinspectorのread/writeをチェックすると直る