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...
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...
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).
...
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...
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)
...
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?
...
so wonder is it need to be the same picture?
it can use difference picture ?
...
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?
...
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.?
...
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 ...
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...
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,
...
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 ...
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 ..?
...
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...
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
...
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...
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
...
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...
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?
...