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.
            Asked
            
        
        
            Active
            
        
            Viewed 2,608 times
        
    4
            
            
        - 
                    Did you find any solution ? – Viral Narshana Jun 10 '16 at 11:55
1 Answers
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
 
    