You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty new to AFNetworking and iOS development in general, but I'm having a hard time figuring out how to disable all caching when I make certain calls.
I have tried changing the cache policy in RKClient.m:
Neither appears to be working for me when I am calling RKClient.commentsForLinkWithIdentifier when I compare the results to just hitting the API in a browser. This question probably isn't RedditKit specific, but thought you might be able to help :)
The text was updated successfully, but these errors were encountered:
I'm pretty new to AFNetworking and iOS development in general, but I'm having a hard time figuring out how to disable all caching when I make certain calls.
I have tried changing the cache policy in RKClient.m:
I've also tried disabling the NSURLCache entirely by adding this to my AppDelegate:
Neither appears to be working for me when I am calling
RKClient.commentsForLinkWithIdentifier
when I compare the results to just hitting the API in a browser. This question probably isn't RedditKit specific, but thought you might be able to help :)The text was updated successfully, but these errors were encountered: