- Home /
 
 
               Question by 
               Kichang-Kim · Jan 24, 2017 at 11:00 AM · 
                ioswwwwebhttpwebrequestcaching  
              
 
              Does overriding UnityWWWRequestDefaultProvider works for UnityWebRequest?
My project suffers from web cache problem in iOS client. We used UnityWebRequest with
SetRequestHeader("Cache-Control", "max-age=0, no-cache, no-store"); SetRequestHeader("Pragma", "no-cache");
but it does not works well.
I found that overriding iOS native function which used by unity : https://docs.unity3d.com/Manual/iosCustomWWWRequest.html
but it says this sample works for WWW class (not UnityWebRequest class).
I want to know that whether this sample works to UnityWebRequest too.
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
POST to HTTP not working 2 Answers
How to disable WWW caching in iOS? 1 Answer
WWW Class behaves strangely on iOS 3 Answers
WWW request works in Editor but not in IOS? 1 Answer
WWW class is empty on iOS 1 Answer