4

I want to upload recorded videos to YouTube from my app. Some guides suggested that I use the YouTube V3 API SDK from Google. I downloaded it. How do I use it? I dragged all classes to my project and I'm getting ARC issues.

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
user2402997
  • 107
  • 2
  • 10

1 Answers1

0

Updating the Google Sign-In SDK to version 2.4.0 fixed the ARC issues for me.

Google now recommends using Cocoapods to manage their SDK dependency, so a pod install Google or pod update Google worked for me. If you're just using the Google Sign-In SDK, you can just use pod install Google/SignIn.

If you are not using Cocoapods, you can manually install the Sign-In SDK by downloading it from here and linking the binary with your project.

JAL
  • 41,701
  • 23
  • 172
  • 300