app-store

Submitting app to app store error

喜欢而已 提交于 2019-12-02 09:33:16
问题 When I submit my app to AppStore, I get this error: ERROR ITMS-90149: "This bundle is invalid. The value of the CFBundleDocumentTypes key in the Info.plist must be an array of dictionaries, with each dictionary containing at least the CFBundleTypeName key." In my Info.plist, I add : <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>public.jpeg</string> <key>CFBundleTypeRole</key> <string>Editor</string> <key>LSHandlerRank</key> <string>Owner</string> <key

Screenshots made on an iPhone XR are not accepted for 6.5 inch screenshots on App Store Connect

戏子无情 提交于 2019-12-02 08:49:41
问题 I just bought a new iPhone XR so I could make the screenshots for my App Store app. Starting March 27th 2019, you need to provide 6.5" (new phone models) screenshots: However, App Store Connect is not accepting my screenshots made with this device. After further research, I found out that iPhone XR is actually 6.1": I am not from the iOS world (I mainly work with Google and Android), so I am wondering if I am missing something, or are the docs wrong? 回答1: The iPhone XR and iPhone XS Max are

How to programmatically determine if DRM was removed from iPhone application?

独自空忆成欢 提交于 2019-12-02 08:26:47
问题 How can I determine if DRM was removed from iPhone application bundle (to protect it from piracy)? 回答1: I have an iPhone app which integrates with a third party web service. I use the technique described in this question to find pirates and then have the app "phone home" with the user's device ID and user ID for the web service (I haven't done anything with this information yet, but I was thinking about contacting them and asking them nicely to purchase my app). In addition, once a user has

AppStore build crashes on launch on iPhone 3g and iPod Touch

五迷三道 提交于 2019-12-02 08:23:48
问题 After looking at stackoverflow and many other forums, decided to ask this question. The closest that came to discussing the exact problem I have is this answer I have an App in the AppStore thats been built on a fairly stable codebase and has been in use for the past two years. But now, after submitting a recent update to the app, its crashing on iPhone 3G (version 4.2.1). It doesn't crash on the device when I run a debug build Here are the points I have verified based on other posts: All

Apple AppStore and developers identification policy

偶尔善良 提交于 2019-12-02 08:17:31
I have a little bit of confusion about iOS Apps publication. The first time you come across developing Apps for the iPhone you intend to publish on the AppStore, you have to register as an iOS developer. But what if you're developing that App for somebody else like a customer? I can guess the entity which produces that App which must appear on the download form in the AppStore should be the customer itself. Nevertheless, to be able to deploy the App to non-development devices you have to attach the App proper Apple-issued certificates; but in the case of developing for third parties which

Swap out old project with new one

China☆狼群 提交于 2019-12-02 07:26:54
I have an existing project, quite old, with its own support system: in-app purchases, links on web pages, etc. I would like to overhaul the app significantly front and back end, so much so that basically none of the original code will remain. Maybe even write it in Swift instead of Objective-C, mostly because it's getting harder and harder to find Objective-C documentation. Is it possible to set up the new app in Xcode so that for all intents and purposes, the app store just considers it to be a new version of the existing app? The in-app purchases work with it, the links to the app store

Failed to install iphone application for ad hoc

梦想的初衷 提交于 2019-12-02 05:50:40
I followed the stepped to create a ad hoc carefully: Added the testers team devices to the devices list in iOs Provisioning profile page Created a new distribution profile for ad-hoc In xcode I chose the project and clicked on product->archive. I sent both the archive (ipa file) and mobile provision to the testers team. The application failed to install. I saw an answer of a developer to set in build settings the provisioning file to Code Signing Identities to the distribution profile here In the list I can see only iOS Team Provisioning Profile that was created by xcode. This is probably not

Is it possible to upload to App Store using Xcode 7.1 (beta)?

故事扮演 提交于 2019-12-02 05:37:45
问题 I'm just preparing my app for iOS 9, prior to the new release next week, using latest beta version of Xcode but it gives me this error message: 回答1: Nope, you cannot with beta versions of Xcode (same as with previous beta versions of Xcode). Now the newest Xcode version is the 7.1 beta which cannot be used for publishing apps. But there is Xcode 7.0 GM version and with this one it should be possible to publish app. Now when I am uploading apps it gives me same warning ( "Invalid Toolchain..."

Upgrading the company name of an app that has been submitted to the app store

好久不见. 提交于 2019-12-02 04:45:12
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? The short answer is yes, but it could take a couple of months to sort out the legal stuff. Check the Apple's documentations, it's the best source - sorry if I'm not really an expert... 来源: https://stackoverflow.com/questions/3895151/upgrading-the-company-name-of-an-app-that-has-been-submitted-to-the-app-store

Renew Provisioning Profiles (Distribution) and keep current Appstore Apps working

徘徊边缘 提交于 2019-12-02 04:33:53
问题 I have an app on app store, which is using an iOS Provisioning Profile (Distribution) which is invalid. This Profile contains Push Certificate. so I want a regenerate Provisinig Profiles. Q. when I update Appstore app with renew Provising Profile, pushservice of current Appstore app version is working fine? (I just renew Provising Profile and same Certificate, same AppID) Thanks for your help on this :) 回答1: As you mentioned in your question that Provisioning profile is Invalid. So i guess