Link to App Store
What's the link to my app on App Store? I want to input only the App ID. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"???"]]; ...
What's the link to my app on App Store? I want to input only the App ID. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"???"]]; ...
I want to develop a specific application that only clients of mine would be able to use, how can I limit the app to be downloaded only by people who I aprove ? Thanks ! ...
I have two separate iPhone and iPad apps that I have now turned into a universal binary. I think I've done the hard part, but now I'm kinda stumped on how to submit that universal binary through iTunes connect in a way that users of the existing apps are prompted to upgrade. I know I could just submit this as an entirely new app and then...
I am using Apple's documented methods for In-App SMS today (MFMessageComposeViewController Class Reference) This shows a Compose Message dialog box with the recipients and the body (optionally) pre-filled. However, the user still has to push the send button. The App, Vlingo, seems to have figured out a way to programmatically send f...
I remember before reading that if you used a wildcard provisioning id (eg net.nevan.*), you could have easier sharing of information between your apps. Now, many things require a provisioning id for each app to be unique (iAds, notifications, in-app purchase). Actually, looking at my apps on the app store, they are all using unique ids. ...
I'm in the final stretch of submitting an application for distribution in the iTunes store, but I'm getting hung up on the icon files! If I have only a 57x57 file, I get a warning in XCode and an error in Application Loader that I haven't provided a 72x72. If I set the 72x72's name to "Icon.png" instead of the 57x57, then it complains t...
How can I get a UISegmentedControl (I think it is one) like in the AppStore app after you chose a category in the categories tab. I do NOT mean a UISegmentedControl on a navigation bar but underneath a navigation bar (see screenshot). http://i.imgur.com/jnY7a.png update: I just found this question: http://stackoverflow.com/questions/2...
After successfully building the distribution version of my app for submission to iTunes Connect, I selected Build and Archive, as recommended, and the Organizer window popped up. Why, wondered I. OK, if I click the Archived Applications tab it displays one archived application (unfortunately grayed out - don't know if that means anything...
Do I need to make any code-level changes to play my videos over HTTP Live Streaming protocol? or is it more a server issue, where i need to re-encode the videos etc? We've reviewed your application, but cannot post this version to the App Store because it is not using the HTTP Live Streaming protocol, which is required for br...
For upload app on appstore is it necessary to set bank account or apple use bank account that i buy developer account with it ? ...
I've submitted all the details into iTunes connect and my app status is 'prepare for upload'. However, after I build and archive and select 'validate application', nothing happens. Any ideas what could be causing that? ...
This is my first app that I have developed and I had been using a book about iPhone development, and it had a chapter about this, but it doesn't fully explain it, or maybe it is outdated. What I need help with is: Getting the distribution certificate, because the way the book explained did not work Incorporating it into my code or asso...
Hi People, Ive submitted my first app and it has been approved. But I have a few issues that i'd like to ask what I should do about. One of my images/icons that I have in my app showed correctly in my distributed binary at my end (running it in debug simulator from xcode) but on the app downloaded from the app store it is not showing a...
I recently uploaded some screenshots of my app to itunesconnect. All the screenshots are in landscape mode (I rotated them using iPhoto). On the itunesconnect page where I uploaded the screenshots they all appeared in landscape mode... fine. Now on another page in itunesconnect they all appeared in portrait mode (and they were squishe...
I have been following the instructions for app store distribution in the iOS Developer Program Guide, and I did everything it said to do, but when I try to build the app, it says "the entitlements file "path of file/entitlements.plist" is missing." I tried adding a template one and it says Command /usr/bin/codesign failed with exit cod...
Hi, I am getting these error messages when trying to send my application's binary to Apple. Info.plist does not contain a CFBundleResourceSpecification Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. Not sure what's wrong. Can anyone help? Thanks. ...
I had a nice and hacky Perl script to automatically scrape and download sales report files from iTunes Connect. As of today, Apple overhauled the sales report site. It looks a lot nicer, but it uses a lot of JavaScript and simple scraping isn't going to work any more. So, does anybody know of a way to scrape this new site effectively?...
When I submit my app to the Apple app-store do they see my source code? ...
I'm about ready to pull my hair out. I've built a new app but opted to go iOS4 only and exclude an iPad target. I keep getting this error when submitting: "This bundle is invalid. An application targeting the iPad device family may not require a iOS Deployment Target of 4.0 or 4.1, which support iPhone and iPod only." I don't know wh...
I am getting ready to submit an educational app to Apple for review. The app is somewhat like a series of flash cards, and working through the entire app would require thousands of "flips". In the hopes of shortening the review process and preserving some poor tester's sanity should s/he want to see the end state of the app, I am consi...