appstore

Banned 3rd party private APIs for in App Store approval process ??

Hello , I am just about to finish my first iPhone application. I have heard of apps rejected for the use of some private APIs . I am also using some private APIs like ASIHTTPRequest , MBProgressViewHUD. So tell me are these or any other private APIs that are rejected for which I should make sure not to use them now or in future appli...

Is it possible to mass update multiple iPhone applications?

I'm not all that familiar with Apple's iPhone development system, but I'm trying to figure out if theres a way for developers who create custom iPhone apps to update their apps on a mass scale. For example, would a company who publishes hundreds of apps have to resubmit every app they've made manually if they find a minor bug that affect...

Coding a "trial run" into an iPhone App that connects to the AppStore

I have created an application and I have purchased an account in AppStore. I wish to configure the app such that it will run for free twice and after that the user will have to purchase the full version. I want to implement the purchase of the full version inside the trial version (using in-app purchases). ...

What asp.net portal software should I use for my personal site?

I want to set up my personal programming-oriented website. I'm currently running a very old version of CommunityServer, but I'd like to move on to something else. My host is WINS-based (Windows, IIS, .NET, SQL Server). I need blogging, forums, and an appstore with google checkout or paypal integration. I've looked around and f...

If I want my iPhone application published in the App Store ASAP, when do I submit my application?

Must I have the entire application built and completed, before submitting anything? (In other words, can I stand in line as I develop the application) ...

How to Update an Application After Users Pay For Upgrade

I need to update my application after the user pays for an update. I want to alter the current application instead of downloading a new version. After the user pays, I will enable certain functions of the app. How would I implement this? ...

Application Icon(57*57) and Large icon(512*512) it should be same picture?

so wonder is it need to be the same picture? it can use difference picture ? ...

Since the iPhone MapKit doesn't allow geocoding (address -> lat/long), would it be allowed to query maps.google.com directly?

For example, you can make a request like http://maps.google.com/maps/geo?q=1600%20Pennsylvania%20Ave,%20Washington%20DC@&output=csv and simply get the response 200,8,38.8987480,-77.0366260 So I guess the only question is whether Apple would approve this in an app. Or is there a better way? ...

Own framework on iPhone

I created a framework for common tasks such as XML parsing, buttons and so on. Can I upload my application in App Store if it uses this framework? I saw somewhere that App Store did not support private frameworks. Is this a private framework, even though I created it using Apple's libraries, such as UIkit, Foundation, etc.? ...

iPhone, app release, change device requirements

I have released an app in the appstore months ago. It was first made only for iPhone (because I wanted to do so), now I would like to release it also for the iPod Touch. What I have to do to make the iphone app available to ipod touch too? When I update the app (new version tested on the ipod) I cannot change the value of the dropdown ...

iPhone App fails to properly ??copy? database file ONLY with ad-hoc or app-store distribution and NOT in development mode.

Hi, I just submitted this to Apple Support, but I'm wondering if anyone here has encountered something similar. SUMMARY: my iphone app crashes when downloaded from the iTunes app store or from an ad-hoc distribution, but doesn't "crash" when run in debug mode on the simulator or on my iPod DETAILS: The app contains a rather large sqli...

Push-Notification works on develpoment but not on production

Hey everyone, So we have a problem with our app. We put push-notification in, and it works flawlessly in development. Then, once we got on the app store push no longer works. By looking at our server logs it looks like the the registration call is failing and not getting a device token. Has anyone encountered this before? Cheers, ...

Can I remove a Distribution Profile for an app already on the App Store?

Hello experts! I'm currently stuck in the distribution-profile-jungle and I can't find my way out. I have launched an app to the App Store using my Distribution Profile, for various reasons I needed to wipe my keychain. When this was done I successfully updated the Development Profile by adding my newly created certificate. All is fine ...

How to test iPhone application through Test User ?

I have submitted my application , it is in review right now. How to create in app purchase .. once i created in app purchase, how to test it using storekit framework in sandbox ..? ...

UIButton Buy Now effect

Hi. I want to make a "Buy Now" button in my Application, which should work the same way as the one in the App Store, but I dont know how to resize the UIButton with an animation. I have tried the following, but it resized the button at once and not as an animation: [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration...

can i modify an iphone app after being submited for aproval to apple?

Hi Can i modify an iphone app after being submited for aproval to apple? or I have to submit the app as exactly as is going to be on the app store? and then I cannot change anything? Thanks ...

Manage country wise databases on different servers in iPhone App

Hello all, I have current a developed app which I am going to submit in just few days . Currently The Application shows data by calling a web service and fetches data from a server . Now client requirement is to build two different databases. So the question is should I make two different builds for two different countries or should...

NSUserDefaults Values and SQLite Database after update an app in the Appstore

Hello, What happens with the NSUserDefaults values and the SQLite database after updating the application in the appstore? Are they deleted or reseted or happens nothing with them? Alex ...

iPhone Tableview doesn't work for Apple testers

My application has been rejected because the application did not function when reviewed by the iPhone App Review Team. The application is supposed to load words into a table view, but did not do so during the review. However, the application functions perfectly on my iPhone. Can you please give me any suggestions as to why an application...

Changing number of button rows in UIAlertView using public API's

In a UIAlertView I need to align buttons into rows so that there are either 2 in each row or 3 in each row. This is for an appstore app so I need to use documented methods. So obviously I can't use setNumberOfRows: for this. Suggestions on how I could achieve the same effect? ...