Questions tagged [afoauth2manager]
4 questions
2
votes
0 answers
Refresh access token automatically using AFOAuth2Manager
I have a server with OAuth 2.0 implemented for issuing access and refresh tokens. The client for this server is an iOS App written in Objective-C. I am currently using AFNetworking 3.0 for HTTP requests and AFOAuth2Manager to handle authorization. I…

flizana
- 569
- 6
- 26
2
votes
0 answers
Linker error when I deploy into device
I use Pods to install the AFOAuth2Manager library and here is my pod file:
platform :ios, '9.2'
pod 'AFOAuth2Manager'
I open the project in xcworkspace file and I can build it in the simulator. But when I try to build it to my iPhone 6S, it failed…

IvyBB
- 60
- 7
1
vote
0 answers
After updating AFNetworking to 4.0 in pod file. Facing problem in implementation of AFOAuth2Manager and AFNetworkActivityLogger
After updating pod to AFNetworking 4.0, I noticed that AFOAuth2Manager and AFNetworkActivityLogger are not available with this release.
I am using authenticateUsingOAuthWithURLString() method to perform a login task in my application.
Also,…

Tushar Mohod
- 33
- 8
1
vote
0 answers
Effectively use a library included with CocoaPods
This is my first attempt with CocoaPods. So far so good, I've been able to include a library create the first workspace with the library that I needed. This is my podfile:
platform :ios, '8.0'
use_frameworks!
target 'SDK-auth' do
pod…

MatterGoal
- 16,038
- 19
- 109
- 186