SDK DocumentationRecipesAnnouncementsSupport Forum
AndroidiOSAnnouncementsSupport Forum

New iOS SDK - 2.6.2

We are releasing a hotfix for iOS SDK that is making sure there are no references to the deprecated "UIWebView" API.

We got a complaint on our Support Forum of a new app getting rejected because of a reference to that API in our iOS.

We found out a code comment on the SDK (!!) that is mentioning "UIWebView". We guess that Apple is doing a generic "grep" for "UIWebView" on their submission checks, ignoring the fact that it's merely on a string in a code comment.

iOS SDK 2.6.2 is fixing this issue and removing this code comment.