An open API service indexing awesome lists of open source software.

https://github.com/lifeisfoo/ios-101

Useful links for iOS development
https://github.com/lifeisfoo/ios-101

Last synced: 3 months ago
JSON representation

Useful links for iOS development

Awesome Lists containing this project

README

          

# ios-101
Useful links for iOS development

- [Your app has been rejected?](https://developer.apple.com/app-store/review/rejections/)
- [Howto write a good App Store product page](https://developer.apple.com/app-store/product-page/)
- [Howto write good app previews](https://developer.apple.com/app-store/app-previews/)
- [Configure your app for distrubution](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html)
- [Reducing the size of your app](https://developer.apple.com/library/ios/qa/qa1795/_index.html)
- [App Icons and images size](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html)
- [App distribution workflow](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html)
- [Version and Build numbers](https://developer.apple.com/library/ios/technotes/tn2420/_index.html)
- [Anatomy of an iOS Application Bundle](https://developer.apple.com/library/ios/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW15)