「Ios/appstore/ABテスト」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==サムネイル画像のABテストのやり方== #appstoreconnectページへ #アプリ選択 #プロダクトページの最適化を選択 #サムネイル画像の...」) |
(→サムネイル画像のABテストのやり方) |
||
行4: | 行4: | ||
#プロダクトページの最適化を選択 | #プロダクトページの最適化を選択 | ||
#サムネイル画像のABテストができる | #サムネイル画像のABテストができる | ||
+ | |||
+ | ==アイコン画像のABテストのやり方== | ||
+ | #unityであれば、下の項目からAlternateIconを追加。 | ||
+ | #appstoreconnectページへからプロダクトページの最適化を選択し、アイコンを選択すればOK | ||
+ | |||
+ | 参考:https://pbs.twimg.com/media/F_rZXqWa8AA7bTE?format=jpg&name=4096x4096 | ||
+ | |||
+ | ===Unityの場合のアイコンの埋め込み方=== | ||
+ | #unityのPackageManagerで、+を選択しgit addを追加 | ||
+ | #ttps://github.com/kyubuns/AppIconChangerUnity.git?path=Assets/AppIconChanger | ||
+ | #unityのProjectを選択し、+を選択 | ||
+ | #AppIconChanger/AlternateIconを選択 | ||
+ | #AlternateIconのInspectorにアイコン画像を追加 | ||
+ | |||
+ | 参考:https://kan-kikuchi.hatenablog.com/entry/AppIconChangerUnity | ||
+ | |||
+ | 参考:https://github.com/kyubuns/AppIconChangerUnity |
2023年11月26日 (日) 04:13時点における版
サムネイル画像のABテストのやり方
- appstoreconnectページへ
- アプリ選択
- プロダクトページの最適化を選択
- サムネイル画像のABテストができる
アイコン画像のABテストのやり方
- unityであれば、下の項目からAlternateIconを追加。
- appstoreconnectページへからプロダクトページの最適化を選択し、アイコンを選択すればOK
参考:https://pbs.twimg.com/media/F_rZXqWa8AA7bTE?format=jpg&name=4096x4096
Unityの場合のアイコンの埋め込み方
- unityのPackageManagerで、+を選択しgit addを追加
- ttps://github.com/kyubuns/AppIconChangerUnity.git?path=Assets/AppIconChanger
- unityのProjectを選択し、+を選択
- AppIconChanger/AlternateIconを選択
- AlternateIconのInspectorにアイコン画像を追加
参考:https://kan-kikuchi.hatenablog.com/entry/AppIconChangerUnity