79831234

Date: 2025-11-26 23:41:02
Score: 1
Natty:
Report link

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];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: C. Ecker