SDK Version: afma-sdk-i-v6.12.2
Running on iPhone 6 running iOS 8.1.2
You can see that if you copy and paste this URL into a web browser, the click redirects as expected. This also works in a mobile web browser. The problem begins once we start talking about in-app. Here I am using in-app to mean any way of interacting with the web that isn't the native safari application: apple mail, WebView components within apps, etc.
To test, I placed this URL into a WebView component in an iOS Simulator. The first screenshot attached is the HTML of the page before the click occurs. The second screenshot attached is the HTML of the page after the click occurs (apologies if it is difficult to read). You can see that the reason the redirect is failing is that the iframe is being appended to the page.
Curiously, we found that removing the "render=app" portion from the URL solved the problem, at least in our WebView component. Can you give any insight into this? Are we missing a crucial best practice here?
Happy to provide additional clarification if needed. Once again thanks for your help
For Android, we wound up having to use this javascript library to opend clicks. https://support.google.com/dfp_premium/answer/1656921?hl=en... which is triggered by "render=app". We assumed it would work for IOS also -- since we passed certification after the change."