Difference between revisions of "IPhone iOS 6 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 125: Line 125:
 
#* [[An iPhone iOS 6 In-App Purchase Tutorial|Testing the Application]]
 
#* [[An iPhone iOS 6 In-App Purchase Tutorial|Testing the Application]]
 
#* [[An iPhone iOS 6 In-App Purchase Tutorial|Troubleshooting]]<br><br>
 
#* [[An iPhone iOS 6 In-App Purchase Tutorial|Troubleshooting]]<br><br>
 +
# [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases]]
 +
#* [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases|Configuring an Application for In-App Purchase Hosted Content]]
 +
#* [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases|The Anatomy of an In-App Purchase Hosted Content Package]]
 +
#* [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases|Creating an In-App Purchase Hosted Content Package]]
 +
#* [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases|Archiving the Hosted Content Package]]
 +
#* [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases|Validating the Hosted Content Package]]
 +
#* [[Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases|Uploading the Hosted Content Package]]<br><br>

Revision as of 17:10, 3 October 2012

Table of Contents

  1. The Basics of Modern Objective-C
  2. An Introduction to Auto Layout in iOS 6
  3. Working with iOS 6 Auto Layout Constraints in Interface Builder
  4. An iPhone iOS 6 Auto Layout Example
  5. Implementing iOS 6 Auto Layout Constraints in Code
  6. Implementing Cross-Hierarchy Auto Layout Constraints in iOS 6
  7. Understanding the iOS 6 Auto Layout Visual Format Language
  8. Integrating Maps into iPhone iOS 6 Applications using MKMapItem
  9. An Example iOS 6 iPhone MKMapItem Application
  10. Integrating Twitter and Facebook into iPhone iOS 6 Applications
  11. An iPhone iOS 6 Facebook Integration Tutorial using UIActivityViewController
  12. iPhone iOS 6 Facebook and Twitter Integration using SLRequest
  13. An iOS 6 iPhone Twitter Integration Tutorial using SLRequest
  14. Making Store Purchases with the SKStoreProductViewController Class
  15. Building In-App Purchasing into iPhone iOS 6 Applications
  16. Preparing an iOS 6 Application for In-App Purchases
  17. An iPhone iOS 6 In-App Purchase Tutorial
  18. Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases