//******を自分のアプリのIDに変更して下さい。 #define APP_ID ****** /** * 画面初回表示時の処理 * 初期化処理 */ - (void)viewDidLoad { [super viewDidLoad]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(checkVersionNotification:) name:@"CheckVersion" object:nil]; } /** * バージョン判定 * ユーザのバージョンが前のバージョンの場合はアラートを表示 */ - (void)checkVersionNotification:(NSNotification *)notification{ NSString *url = [NSString str