Submit to app store as lite version and full version [closed] - ios

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm having two separate apps like "Lite version" and "Full version", with two different provisioning. I want to submit these two apps in apple store. How to do that ?
Please anyone help to do it.

You can just submit them as 2 different apps, it will work

Just create 2 different app ids on the provisioning portal with 2 different bundle identifiers and upload them to itunes connect as 2 different apps.
But the best thing you can do is use only one free version and unlock the "Full version" with an In App Purchase that changes a boolean (ej:boughtFullVersion), and check that boolean on the "Full version" features, to make them only work if the "Full version" was purchased

Here is the apple tutorial to submit apps to app store. Please follow the guide to upload your apps.
http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/YourFirstAppStoreSubmission/AboutYourFirstAppStoreSubmission/AboutYourFirstAppStoreSubmission.html

Related

Publish Phonegap Build App at Apple's App Store - Experiences? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
we want to build our HTML5 App through Phonegap Build for the App Store.
Has anyone else published a Phonegap App to the App Store? Or is there any difference in publishing to the App Store to a normal "native" App?
Of course any information about that would be very helpful!
Thanks for your help!
Greets
Felix
The review process is same as for other iOS apps. The Apple guidelines are available here. Apps are evaluate based on a range of criteria, including user interface design, functionality, content, and the use of specific technologies.
PhoneGap obviously gives you access to all the device features, so you have all you need to build an app that complies with the guidelines. Here is some authentic tips (one from Phonegap) that you must take care-
one here &
another
I published a Phonegap App to the AppStore and there are absolutely no differences!

iOS app rejected because of UIWebView [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I just got my app rejected for having a UIWebView. I launch a search and thus the user would be able to then search for anything, I suppose. My issue is I can't figure out how to set the rating in iTunes connect. The categories they have are for violence, gambling, etc, but my app doesn't fall into any of those categories by design. How does one set the rating in my case?
I think I'm fine with living with a 17+ rating like Apple wants. I don't really want to launch safari and have users leave my app. How do I set it in iTunes connect? Any ideas?
You can only change the rating when submitting a new version. So just create a new version and upload the same binary with new rating. Otherwise you could submit the app with 17+ rating and lower it to 4+ after review.
It's part of the "Add New App" wizard that you run through at itunes connect. There is a section where you select radio buttons on questions for ratings. Since the search could potentially include content from violence, gambling, etc just put those as Infrequent/Mild or Frequent/Intense.

how to update app before continuing [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm writing an noobie app that deals with advertising and time limited offers, how can I check to see if I've added a newer version to the app store and stop it working until they update? If you have any examples to help a noob that will be great.
I can't tell you this with 100% certainty but I believe it is very unlikely that Apple will approve this. You should take a look at the review guidelines before developing to make sure what you're doing is allowed, but I really wouldn't expect Apple to approve an app that only worked if you have the newest version. Possible rejection reasons listed below.
From The App Store Review Guidelines:
2.9: Apps that are "beta", "demo", "trial", or "test" versions will be rejected
2.13: Apps that are primarily marketing materials or advertisements will be rejected
2.22: Apps that arbitrarily restrict which users may use the app, such as by location or carrier, may be rejected
11.9: Apps containing "rental" content or services that expire after a limited time will be rejected
You can't query the app story (easily), but you can query your own website. Just create a static text file that contains the latest version active in the app store, then always check that file from your app when it starts up.

IOS Developer enterprise program apps distribution [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
i couldn't find answers to the question anywhere, so because in stackOverflow I always get good answers for my coding problems from professional people, i would like to get help with these questions. I`m familiar with IOS developer program (99$) but I have two clients that ordered apps for iPhone and wish to distribute only inside their company, so i need to bye enterprise program (299$).
Do I need open 2 different enterprise accounts if i wish that firm A only can update and destitute her app?
How the company will distribute the app to their workers?
How the updating apps work, each company will use the own app store like option?
If you don't use two separate accounts, one for each client, then the apps for both clients will exist in the same store.
When we develop for enterprise clients we request that they get their own Enterprise license. A DUNS number is required for this process anyway. Not just anybody can get an Enterprise license.

Launch an iPhone app in an international market [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I´m planning to launch an app for the iPhone. I wonder if there is a way to launch the app, country by country? For example, if I first begin with the Norwegian market and after 4 four weeks I launch the app in the US. If this is possible, how can I do this step by step?
And also if the mentioned procedure above is possible, will the app appear in some kind of “new releases” in the App store, every time I add a new country?
When you go to the Manage your Apps section in iTunes Connect, Rights and Pricing subsection, you have the chance to choose the markets where your app is available (follow the link that says "specific stores").
So, you can start with making it available on the Norwegian market, then add another one at some later point, etc., by simply going there and adding more markets.
Each country has it's own AppStore, and it is true that you can add and delete the app from each country's AppStore.
As for new releases, the newly released app in each country would only appear in the new releases list for the country that you actually release it in.

Resources