itunesconnect

iOS How I can load multiple in-app items

梦想的初衷 提交于 2019-11-29 11:46:21
Is there a way to load multiple items together on in-app billing section on itunes connect dashboard (for example with a .csv file like Android)? You can use the Application Loader to mass import in app purchases: https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf Read the "Creating a Package from a File" section on page 15: You can create a package containing the In-App Purchase you want to submit to iTunes by importing details from an Application Loader file and adding and editing the metadata. When creating a package from a file, be sure to use the Application Loader template.

iOS 12 IAP Sandbox

人走茶凉 提交于 2019-11-29 11:39:14
问题 I was watching this WWDC18 talk, and they've explicitly announced that they'll allow developers to simultaneously connect one Sandbox Account for IAP testing - when in Developer Mode and in iOS12 . Screenshot of the moment that they show the feature Straight to the question: I've tried to access it from both my iPhone 6S and iPhone X - both on iOS 12 -, but neither had this option at the end of the screen. Also, I've searched about this topic, and no one seems to be addressing this issue. The

Apple Testfiight App Submission Can't Click Next

落爺英雄遲暮 提交于 2019-11-29 11:11:01
I submitted my TestFlight build, and not I'm trying to select it for external testing. I've done this with the prior beta version, and with several other apps. The problem is I can't click the Next button. All the fields are clearly populated. Also of note, when this happened yesterday there were Support and Marketing fields. Today (for English) they are not there. Anyone else ever experience this? Hello my dear friend there, I am also having your issue this morning. After several trials and errors, I found that turn out the next button greyed out just because we have to fill all description

iOS Missing or Invalid Signature: The bundle is not signed using an Apple Submission Certificate

狂风中的少年 提交于 2019-11-29 11:07:57
问题 I have been trying to sign my iOS app for about a week now and when I attempt to submit to the app store through Xcode and through Application Loader I keep running into this error: Application Loader Xcode: I am building the app with the Apache Cordova tools for Visual Studio and i have tried both building the .ipa file through visual studio under the 'release' setting and also using on the project files built by the 'remotebuild' tool on a mac to create a new Xcode project and then trying

Delete new version of app in iTunes connect

狂风中的少年 提交于 2019-11-29 10:38:46
问题 I uploaded a new version of my app in iTunes connect and I do not want and/or need it - how do I get rid of it? Currently the status shows Prepare For Upload with yellow dot.. I want to delete new version of app, which shows status of Prepare For Upload and not the old one which shows ready for sale status and new one is already available in store. Is it possible to delete new version of app in iTunes Connect, without affecting old one? 回答1: You don't have to worry, Prepare to Upload status

My iOS app has a + in its name. Bundle is invalid due to this. Need help resolving

…衆ロ難τιáo~ 提交于 2019-11-29 10:21:55
I did find a couple of very similar or identical threads here but they seemed to end before full resolution. My app runs fine on my device with no build error. I am trying to submit app for approval and I get the following error, "This bundle is invalid. The executable name, as reported by CFBundleExecutable in the info.plist file may not contain any of these characters ..... +". So I opened my info.plist file and changed the info.plist file executable name from the macro ${EXECUTABLE_NAME} to the name of my app without the +. I did a new archive but then get an error saying the "codesign

iOS app build not showing up in iTunes Connect

自作多情 提交于 2019-11-29 09:46:42
I know there are a lot of questions about this already, but I am fairly certain my question has not been answered yet. I uploaded a build of my iOS app via Application Loader, and that went well. I got to the end with a message of "Done", so I thought it was okay. Then I went to check in iTunes Connect and I cannot see a build ( not even under "Activity" ). I waited for an hour and I retried uploading the build. In Application Loader I now get the error "Redundant Binary Upload", so that tells me that my build is somewhere in iTunes Connect, but I can't find it. What could have gone wrong? Is

update an app which is pending developer release

佐手、 提交于 2019-11-29 09:22:59
I have an app which is in pending developer release (approved by Apple). The app was never released at all. Now I wanted to submit an update. Therefore I increased the CFBundleVersion , but he complained. So I increased the CFBundleShortVersionString too. In iTunes Connect I can see under pre-releases my new submission. But in the versions view I see the old release. So how can I approve the update? It would be nice if I could manage the time of the release by myself. So that it stays in pending for developer release. What are my options? Should I reject the binary? What version/build numbers

Application not in the App Store Search

为君一笑 提交于 2019-11-29 09:14:28
I just got an Email this morning saying my Application (Fuel+) is Ready for Sale. So I "Rushed" to my iPhone and typed Fuel+ in the App Store Search to not find my Application not there. Why is my App in iTunes Connect Preview but not in the App Store Search Menu. (This is my first App in the App Store.) It takes a while (less than a day) for the App Store to index your application in the search engine. Also, app listings on the app store are ranked based on popularity (number of downloads, number of ratings, etc.) Seeing that you are using a very common term "fuel" in your app name, and that

StoreKit on iOS - autorenewable subscription - How to know whether it is a free trial or not?

北城余情 提交于 2019-11-29 09:08:21
In iTunes Connect it is possible to give a free trial period for autorenewable subscriptions. App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial? How can I get this information on the client? SKProduct does not have any information about this as I can see. Since we're having a marketing campaign it is very confusing for the end user to not see information about the product has a trial period. Of course it is possible to fetch this kind of information from a server I maintain, but then we'll have the overhead with updating both our server and iTunes Connect. So I