This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
It was my frist app and i submitted my app without validating to app store will it create some problem or can validate it again and resubmit it?
No.. It's not compulsary. But it's good practice to do. If there are some issues with your archive than you will get it first before uploading and that will be very useful to you :). Otherwise you will get error in uploading progress. So it's always good to validate but again it's not compulsary.
You can submit it without validation. If your application status in iTunes is "Waiting for Review", then don't worry. Because if it was improper, then it will not allow you.
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I submitted my app to the App Store yesterday; everything ran as it should. This morning, I upgraded Java, (not sure this has anything to do with the issue, just thought I would mention it). Now, I can't run my app in XCode 4 on any simulator or iPhone!
This is the error I'm getting:
I have looked at all of the Google and SO issues dealing with this; most are involved with OS x. This is only happening on iOS. My iPhone is iOS 5.1, as is the simulator. I have all settings for target OS set to 5.0. I am running XCode 4.4.1. I tried a different app, and it runs, no problems.
Anybody have any suggestions of what else to look at to fix this?
I made a new app, with just bare bones files in it (main.m, info.plist and Prefix.pch). Then I copied the existing files (with the exception of the 3 files above) from the app which wasn't working, and it now runs just fine.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I could create Sample.pkpass.
Naturally, I created a Pass Type ID, sample.cer, sample.p12 from iOS Provisioning Portal.
Also I created logo.png, logo#2x.png, pass.json, manifest.json.
Then I created S/MIME signatured, zip compressed.
Then, I tried sample.pkpass on iOS6 Simulator to Safari.
http://localhost/sample/sample.pkpass
I was able to see my Boarding Pass.
Then, I pushed the "Add" Button in the top right part of the screen.
Then, my Boarding Pass has disappeared from the screen.
So, I started Passbook App, but I could not see my Boarding Pass.
Is it because the application is running in Simulator?
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
First things first, there are many questions similar to this, I know, but I tried all of the answers and they don't seem to be working and I think mine might be a different case (I THINK)!
I recently updated to iOS 5.1 and Xcode 4.3. All my iAds work perfectly on the Simulator, but not on my iPhone. Just to confirm my case, I ran some of my older apps, again, they all work on the simulator but not on the phone. They all call the didFailToReceiveAdWithError method.
Again to double check, I downloaded Apple's iAd Suite and tried to run them, same thing, fine on simulator but not working on the phone.
Although the iAds from my previous apps that are on the appstore seem to be working fine on my phone, I'm not sure what the problem is.
I checked today and it seems to be working fine! I have been researching for the past few days, there are lots of people having the same problem for the last few days(from all over the world). So I guess, it was a problem from Apple's side while giving out iAds.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Can somebody explain for me the difference between iOS applicationDidFinishLaunching and OSX applicationWillFinishLaunch methods?
If it is possible, you can give me a reference and I can go over it.
applicationWillFinishLaunching isn't available for iPhone apps is only for Mac OS X applications.
It's a notification that is sent by the default notification center immediately before the application object is initialized.
applicationDidFinishLaunching This method tells the delegate when the application has launched. But apple recommends to use the application:didFinishLaunchingWithOptions: instead.
UPDATE: As mentioned on the comment below applicationWillFinishLaunching is available for iOS starting iOS 6.
I've never heard of applicationWillFinish launch, but the other one is the event that is fired when the application has launched and you can begin to execute you're apps logic.
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html
The 'Will' comes before the 'Did'
Like in view controllers, the ViewWillAppear fires before the ViewDidAppear
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
I uploaded my first app to iTunes connect, on the 23rd it changed status to Waiting For Review. The box which shows the status of app reviews says 80-99% of apps in the last 5 days have been reviewed.
Does that include the Waiting For Review period, or only from the In Review period?
Basically how long should I wait before I wonder if it's disappeared down a black hole?
I have no problem with waiting weeks, just Im unsure what the percentage says actually mean.
EDIT: I also meant to ask if the the stats Apple give in the developer centre, include the Waiting For Review period?
Well, most of the apps i submitted into the App Store were submitted within 7 days - it does not make any difference if you submit new app or just an update. The latest update i submitted took 8 days to review, so maybe it's a bit 'crowded' at the moment.
As per my experience, it could be between 1 day to 6 days. But you never know what might have prevented you app to go through..