Posts tagged as: iphone

App Store Loophole Allows Apps to be Pirated

July 28th, 2008 Posted by: - posted under:Articles - Comments Off


Apparently Apple doesn’t link iPhone hardware and the username of a user downloading an app from the App Store. What this means is, one person can pay for an app, download it, and it can be downloaded to any other phone attached to that computer.
Also, you can log into any computer that is authorized to use your iTunes account and all of the purchased apps will download to that machine for free. Just another slip up on …

READ MORE

iPhone Programming Tutorial – UITableView Hello World

July 26th, 2008 Posted by: - posted under:Tutorials - 163 Comments

In this tutorial I will walk to you through creating a simple “Hello World” application using a UITableView for the iPhone. There are many ways that a Hello World program could be made on the iPhone, I am going to show you the simplest. This tutorial assumes you have a basic understanding of Objective-C. Apple has provided a very simple and straight forward tutorial on Objective-C. You can find it .
You will learn how to:

READ MORE