app-store

iPhone app release date option in iTunes Connect [closed]

柔情痞子 提交于 2019-12-05 22:29:17
问题 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 5 years ago . I submitted my iPhone application to iTunesConnect.Now it is in "Waiting for review". I want to release it only when i decide.. But am not able to see the option to set release date as "Automatically after success review" or "release date will be set by Developer"(I mean Version Release Control option) .

Apple: do affiliate links earn money for in-app purchases?

不羁的心 提交于 2019-12-05 22:18:51
问题 Apple recently (within the last month or two) made a bunch of changes to their affiliate program. Can you answer this question: do affiliate links earn money for in-app purchases? Example: will an affiliate link to a free app that then results in an in-app purchases in that app earn a commission for the link owner? Thank you in advance, 回答1: The short answer is "yes" - in-app purchases can earn affiliate commissions. However, there are a few technical details. With the new platform (PHG, that

Will java application be accepted on the new Mac App Store?

我的梦境 提交于 2019-12-05 20:10:01
问题 I heard Apple will accept only Objective C apps in the Mac App store. Someone know if java app will be accepted? 回答1: Apple has said that apps that depend upon deprecated technologies, such as their internal java implementation, will not be allowed in the app store. However, Apple has contributed much work to the OpenJDK project which includes an embeddable JRE that can be used to create a self-contained app bundle for a java application. Apple employees have also hinted, if not stated

XCode 7.3.1 Update Not Installing

对着背影说爱祢 提交于 2019-12-05 18:38:01
It looks like XCode came out with a new update. This issue seems to be persistent where the iTunes Store does not render the update even though it posts it in the "Updates Installed in Last 30 Days" section. After I restart, I am then prompted to update again even though I have already done it twice. Ultimately, the update does not apply when I open XCode (it still shows 7.3, not 7.3.1): There is only one way! For this you need: 1. Delete the XCode 7.3 from Applications folder 2. Download the Xcode 7.3.1 from here 3. install it manually That's it)) A possible method of resolving this issue

can we reject app after getting apple approval?

北慕城南 提交于 2019-12-05 17:16:12
问题 i have uploaded new binary as a new version of my application and at the time of uploading binary, i select the option that "I Will Release this version" means i just put it in "Hold for Developer Release". Suppose my application is approved by apple and i dont want to release that version then what i have to do.is it possible to reject that binary or remove that version from iTunes connect? From itunes connect guide NOTE: You can only use the Version Release Control on app updates. It is not

Where can I find a detailed Apple App Store policy?

拟墨画扇 提交于 2019-12-05 17:07:27
Including under which circumstances applications are rejected, and how much of a percentage Apple takes (widely distributed as 30%, though I can find no mention of it on their site). Thanks! joshperry Here you go: http://i.imgur.com/MgyH2.jpg To be serious though, Apple has not published a definitive guide to the acceptance policy. It sometimes seems arbitrary and unfounded and even sometimes contrary to what they have provided as their pseudo-policy. From the iPhone developer agreement section 3.3: Any Application developed using this SDK must comply with these criteria and requirements, as

App rejected for storing database in Documents directory

核能气质少年 提交于 2019-12-05 16:11:07
My app was recently rejected from the app store for storing data in the Documents directory. I had moved it there because with the latest change, the db must now be writeable - it's no longer read-only. In researching the solution, I've read that it's actually preferable to use NSLibraryDirectory. Is this so, and more importantly, will that address Apple's concerns? Their complaint is that the app lets the user download to much content (it doesn't let the user download any unless you count the db), and that it's storing "too much data" in the "incorrect location." The data is 8 mb, but could

Link to my Apps in AppStore in Phonegap

荒凉一梦 提交于 2019-12-05 16:10:34
问题 I want to add link to my other apps in App Store from Phoengap app. I tried open in webview this URL: http://itunes.com/apps/bjango By this article http://bjango.com/articles/ituneslinks/ But not working for me. Child browser window is opened, but nothing is shown on display. How to do it correctly? Many thanks for any help. 回答1: Change the URL that you are opening so that it is in this format itms-apps://itunes.com/apps/<yourappdevelopername> Replace <yourappdevelopername> with the developer

App rejected because asking user registration (Guideline 5.1.1)

[亡魂溺海] 提交于 2019-12-05 15:36:18
My app is a catalog of ebook-like content. Some of which are free to read, and some other are paid. I need to ask for user email / password to be able to retain the information of which content was successfuly completed, or until which chapter it was completed so the user can have his information synced accross all platforms. However I got this rejection message : Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to the user. Next Steps User registration that requires the sharing of personal information must be

How to change the name of a Mac application in the build settings?

房东的猫 提交于 2019-12-05 15:28:42
I am about to submit an app to the Mac App Store, however the name of my application conflicts with another application in their system. So I picked another name and I tried to change the name of my application by going into the build settings under the "Packaging" section and "Product Name" row. I cleaned all targets and rebuilt the application, but the name displayed in the menu bar and bundle was the old name. What I am missing? How do I change the name of an application without having to recreate another project? Thanks a bunch. Make sure you are editing the Product Name of the target not