I am developing application which is required to upload file into Google Drive. I started learning API from following link. https://developers.google.com/drive/ios/quickstart
Currently,I have to login first time for upload file. But in my application, every time there is same account will be used for uploading file. So, is there any way by which I can bypass GTMOAuth2ViewControllerTouch (login screen).
Please help me. I will be very thankful for your replay.
GTMOAuth2ViewControllerTouch
methodinitWithScope: clientID:clientSecret:keychainItemName:delegate:finishedSelector:
, and provide values for each, the login credentials should be stored in the user's iOS keychain, until such time that it is removed. Have you looked into implementing this method? – andrewbuilder