Single developer releasing multiple apps
When a single developer releases multiple apps, do they register the apps under different company names? What's the most iPhone apps released by a single developer that you know of? ...
When a single developer releases multiple apps, do they register the apps under different company names? What's the most iPhone apps released by a single developer that you know of? ...
Can someone please list the steps needed to get a project setup for the AppStore. Lets assume the following I do not have any certificates, provisioning profiles, distribution profiles, app id (whatever they are), etc. I have an iPhone and an iPad In addition, please specify 1. what I would need to do if I created a second App 2. If...
I'm developing an iPhone app with a subscription model, and I saw this ios paypal library: apple takes 30% of revenue of everything, but Paypal takes significantly less for micropayments (maxing out at 10%). Naturally, I became interested. I guess what I'm confused about is this: if apple wants everyone to use the in-app purchase librar...
If you first register with the app store as an individual, and then publish your program, can you later change your registration to a company? Will the program be updated to show your company name instead of your individual name? ...
Hey there, I am trying to submit my app to the app store using the application loader. I get to the stage where I select the .app to send and it fails with these two errors, could any one help me with how to fix these? Info.plist does not contain a CFBundleResourceSpecification Not sure what the above means... on iTunes connect the b...
Hey, I'm having a lot of trouble trying to get my app on iTunes connect with the app loader. I think the problem is the connections between the ID's, and how they all need to match up. Could someone please explain this too me? My situation - Bundle Identifier in Info.plist com.<domain>.<appname> Distribution Provisioning Profiles App...
I am developing an which requires up-gradation of App from free app to paid app in free application itself. i want to lock some features in Free app and if user wants to access locked things they have to download paid app by tapping on the "Update to full version" button in application itself. I am thinking that this feature can be poss...
A friend of mine told me that there is a new rule to pass the appstore approval process. The app also have to work on iPad otherwise it would get rejected. I didn't find something which supports his statement. Does somebody know what is true? ...
I want to be able to support iOS 3.x users. When I try to set the Base SDK in Project Info, the only SDK that appears is iOS 4.1 and iOS 3.2. How can I add additional SDK's so I can support older users when my app hits the App Store? ...
I drag the .mobileprovision and app.zip file in the list of applications in itunes, I also get add-cursor, but if release the mouse-button nothing happens. the list is still empty, whats wrong? ...
Hello. I submitted my first free iPhone app to the app store and users are complaining about bugs I've never seen, nor can I reproduce. How do developers allow their users to send feedback, as well as collect bug/crash reports for their iOS apps after they've been deployed to the app store? Thanks so much in advance for your help! ...
Is there a limitation on the number of files in an iphone app? My app will contain about 2000 or more text files.Would i be in trouble? ...
Hello, i'm developing an iphone app that uses local Sqlite3 DB; i would like to add an "Update data" menu voice that checks whether a new sqlite db version is found on my site and, if true, downloads file to the device. Data can change very often, so i'm asking if it is possible in some way without passing from the AppStore. If yes, how ...
I'm getting this error when trying to build: The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016). This is not my first time building apps. This will be my sixth app, so this thing is tripping. I'm making an AppStore distribution build, s...
Ok I'm no rookie to this stuff. I know what I'm doing, so please dont take me through the basics. I updated Xcode to the newest version the other day, and now every new project and saved projects from the past that HAVE succesfully been built using its own distribution certificate are no longer succeeding with the following error: The e...
Can we make application expire after 1 year and put it on App Store? Is it legal or illegal to offer application to customers without going through the App Store / ITunes? ...
Is there any way to check the availability of iOS app names? Thanks! ...
Hi! I have recently published a new app in the appstore. It was approved, but I am having a bit of trouble getting in to the top lists for the category (Entertainment). Is it it possible to change the category to a less "ambitious" category? It doesnt look like I can do it in Itunes Connect, and the developer guide states that the info...
The first version of my app runs on all iOs devices. I'm considering releasing an upgrade which will only work on devices which support opengl es 2. Is that as simple as changing the UIRequiredDeviceCapabilities in info.plist? If I do this, what will users on the old device see when they try to upgrade? Or will they even be notified that...
Hello. I just got my first app approved on the App Store (Woohoo!) and it runs slightly differently depending on whether it's installed from my development machine or the App Store. When I install and run the App in release mode from my development machine, the app opens and asks the user if it can use their current location. When I i...