contentstack / contentstack-ios

iOS SDK for Contentstack's Content Delivery API
MIT License
2 stars 2 forks source link

Apple Review UIWebView warning #6

Closed RodolfoAntonici closed 5 years ago

RodolfoAntonici commented 5 years ago

When I uploaded the app to AppStore I've received the following message:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

I've diagnosed that this issue come from AFNetworking dependence and upon further investigation I've found this topic: https://github.com/AFNetworking/AFNetworking/issues/4428

Does ContentStack has any update about this matter?

uttamukkoji commented 5 years ago

Hi @RodolfoAntonici,

We are working on this to resolve issue related to AFNetworking UIWebView APIs. We will update once on this.

Thanks for informing us about this issue.

RodolfoAntonici commented 5 years ago

Ok, thank you very much. There's any deadline?

uttamukkoji commented 5 years ago

Hi @RodolfoAntonici,

We have addressed the UIWebView warning in Pull request #7 by removing the AFNetworking dependency from SDK. You can get the updated SDK from pods version 3.6.4.

Let us know if you need anything else.