ios - 3rd party frameworks vs private frameworks? -
i heard apps use private frameworks can not submitted apple's app store. so, clear new ios programming (have never submitted app approval yet), wondering: 1) difference between third party framework , private framework? 2) parse private or 3rd party?
thanks
1) difference between third party framework , private framework?
- third party framework written developer with ios sdk packet features not need rewrite it.for example afnetworking,it more easy write code network
- private framework api not in public ios sdk.
2) parse private or 3rd party?
- parse acts backend of app. ios sdk third party sdk.
Comments
Post a Comment