I could solve it by adding the "origin" parameter and setting this to the URL of our website:
NSDictionary* YTParameter = @{
... ,
@"origin" : @"https://www.ourwebsite.xy",
};
[YTPlayer loadWithVideoId: "YouTubeVideoID"]
playerVars: YTParameter];