My company has an enterprise license for distributing iOS apps within the company itself. However in the provisioning portal, in App IDs secti开发者_StackOverflow社区on I can see \"In App Purchase\" o
I installed Xcode4.0.2 yesterday and attempted to build and run a project developed by someone else, who was using an older version of Xcode (3.2.5) and iOS 4.2.
My app is crashing as soon as I want to show an alert. This code is pretty basic and I cannot find anything wrong with it. Can someone verify if I am doing something wrong?
I am creating an application that write some data to the database. For checking I need to open the database in applications.
I am new to iPhone technology. I\'ve saved a problem in a iPhone application, but when i use textfield keyboard type number pad the keyboard doesn\'t show a return/done button.
her i\'m using this coding in my pr开发者_运维知识库ogram NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
I\'m just experimenting and trying to learn. I have a Simple view with 1 textbox, label and save button. When the button is pressed I want to save the data in the textbox to core data and update the l
i have some problem in memory management, and then i try to fix it using intrument tool. Base on mark j video on you tube
Why is sqlite on iOS 4.3.x much slower than 4.2.1. The same sqlite query (select query with 3 joins) gives the result开发者_开发百科s much faster on 4.2.1 than 4.3.x.
I am working w开发者_运维技巧ith my first app for iphone and last part is push notifications. Its my first iphone app and firs time i am dealing with push notifications. In development phase everythin