I am using the GDataXML library developed by Google as part of their Objective-C client library. As its Google’s XML processing library and I heard that Apple don’t allow to use any third party libraries in app, will they allow this one?. (I am using this library because many iOS geeks suggest to use it.)
I am using the GDataXML library developed by Google as part of their Objective-C
Share
We can use any third party libraries which dont perform private api calls. There are many third party libraries that are used in iOS development. Apple will approve it if it is not calling private APIs.