diff --git a/SoObjects/SOGo/WORequest+SOGo.m b/SoObjects/SOGo/WORequest+SOGo.m index 1c12125ae..7a7703b13 100644 --- a/SoObjects/SOGo/WORequest+SOGo.m +++ b/SoObjects/SOGo/WORequest+SOGo.m @@ -125,7 +125,8 @@ - (BOOL) isIPhone { - return [self isAppleDAVWithSubstring: @"iPhone/"]; + return [self isAppleDAVWithSubstring: @"iPhone/"] + || [self isAppleDAVWithSubstring: @"iOS/"]; } - (BOOL) isICal