Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top