Skip to content

Instantly share code, notes, and snippets.

@st0326s
Created December 6, 2017 11:54
Show Gist options
  • Save st0326s/14240ba02d5e6ac48bc1f354f529754b to your computer and use it in GitHub Desktop.
Save st0326s/14240ba02d5e6ac48bc1f354f529754b to your computer and use it in GitHub Desktop.
UnityからTestFlight GooglePlay 遷移先URL メモ ref: https://qiita.com/satotin/items/6fce271095072addecb1
 Application.OpenURL("https://beta.itunes.apple.com/v1/app/iTunesConnectのアプリID");
Application.OpenURL("https://play.google.com/apps/testing/バンドルID");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment