I changed the user agent in my iOS application because I want to load the desktop version of the website into my UIWebView, I also show the Admob banner in my application in the same view, the admob banner will never load while I configure the user user agent. When I return to the default user agent, it loads normally.
What can I do to get a user agent for my web browser and also download admob normally?
Note. I tried to change the user agent for the entire application, as well as for the web browser, but both methods do not work.
Thank.
source
share