Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? //******を自分のアプリのIDに変更して下さい。 # define APP_ID ****** /** * 画面初回表示時の処理 * 初期化処理 */ - (void)viewDidLoad { [super viewDidLoad]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(checkVersionNotification:) name:@"CheckVersion" object:nil]; } /** * バージョン判
