//メソッドの有無でOSを判別 if ([[UIApplication sharedApplication] respondsToSelector:@selector(registerForRemoteNotifications)]) { //iOS8 //デバイストークの取得 [[UIApplication sharedApplication] registerForRemoteNotifications]; //許可アラートの表示 UIUserNotificationType types = UIUserNotificationTypeBadge | UIUserNotificationTypeSound | UIUserNotificationTypeAlert; UIUserNotificationSettings *settings = [UIUserNotificationSe