Does hiding “Legal” in MKMapView result in an App Store rejection?

穿精又带淫゛_ 提交于 2019-12-03 03:25:40

Yes, it will probably get rejected. Either because having the link is a legal requirement, or it'll be detected that you're using a private class (MKAttributionLabel).

That being said, you might get away with it for a few releases, if they don't notice.

Have you thought about using a static image instead of an MKMapView?

You are using undocumented features/classes. Since your map feature is very limited, you are better off using google's static map api instead of linking to a full feature framework just to show a small square of a map.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!