LoginSignup
20

More than 5 years have passed since last update.

iOS AppやMac AppのSKU Numberを生成する1つの方法

Last updated at Posted at 2013-08-13

iTunes ConnectでiOS AppやMac Appを登録するときに"SKU Number"という文字列を登録する必要がある。

sku number.png

私は手っ取り早く pwgen 使って生成することにしてる。

Homebrewpwgen をインストールして↓みたいなコマンド打つといい感じの文字列がクリップボードに入る。

$ brew install pwgen
$ pwgen -nB1 | tr '[a-z]' '[A-Z]' | pbcopy && pbpaste
KOHB3OUG

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
20