case Utils.PLATFORMS.IOS_MACOS:
      iosMacosNotificationErrors = Utils.validateJSONWithSchema(notification, "ios_macos_notification", iosMacosNotificationSchema);

      if ( iosMacosNotificationErrors )
        return callback(new InvalidPayloadError("Invalid iOS or MacOS notification object", iosMacosNotificationErrors));