wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

Apps that use non-public APIs will be rejected #810

Closed huang5556019 closed 8 years ago

huang5556019 commented 8 years ago

Your app uses or references the following non-public APIs, which is a violation of the App Store Review Guidelines:

UIWebBrowserView

The use of non-public APIs is not permitted in the App Store because it can lead to a poor user experience should these APIs change.

anyone has solutions?

diegoreymendez commented 8 years ago

We're actually not using any private APIs.

More specifically:

EDIT: even when we retrieve the view that you mention, we treat it exclusively as a UIView object, which has a public definition.

diegoreymendez commented 8 years ago

Just to give a bit more info about this, we're not aware of any way around this solution at this time.

Closing.