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
- Host: GitHub
- URL: https://github.com/lifeisfoo/ios-101
- Owner: lifeisfoo
- Created: 2015-12-16T14:31:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T10:58:36.000Z (almost 10 years ago)
- Last Synced: 2023-06-11T08:34:45.668Z (over 2 years ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)