I'm trying to submit my app to the AppStore but I'm getting this msg:

Your app contains non-public API usage. Please review the erros, correct them, and resubmit your application.

The app contais or inherits from non-public classes in Payload/iPark.app/City-6AEFBE8F8D9CC569.o: City

I only use google Maps api

有帮助吗?

解决方案

They're saying you have a class called City and it conflicts with the name of one of Apple's private classes. Right click on City in City.h and select refactor and prefix the name with your initials. For example, I would name mine JLCity.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top