app-store

How to change my app’s developer name on Apple's App Store?

て烟熏妆下的殇ゞ 提交于 2019-11-30 02:45:20
When I paid Apple the $99 to open my developer account, my company was not yet legally registered, so I used my name. But now my startup is a registered company and I need to have the company’s name showing as the developer. Does anyone know how to change the developer name? I already ready through Transferring ownership of an iPhone app on the app store and that’s is not exactly what I am looking for: I'm not trying transfer the account to a different company. I just want to setup somehow so that the company’s name is what is shown as the developer. Contact Apple Developer Support. From https

App shows old version of App icon after installing new version of App with new App icon

时光毁灭记忆、已成空白 提交于 2019-11-30 02:37:50
问题 I am facing very strange issue in iOS 7.1.1. I had an App at Apple store with version 1.0 with different App icon than version 2.0. Now I have version 2.0 of the same App with different App icon. Now if I don't have version 1.0 on device and download the version 2.0 of App then there is no issue at all. But if I have older version 1.0 and I update the app from iTunes then I can see old app icon that was for 1.0 instead of version 2.0 . When I open the app and minimize the app by pressing home

How can I fetch information about the app/song/video etc. from iTunes Store?

﹥>﹥吖頭↗ 提交于 2019-11-30 02:30:11
I need to get an info about the app/song/video by item id from iTunes Store. I've found this But it doesn't work with apps. Is there any public API? UPD: I can get info using this link , but this is not a structured data it's just a markup for iTunes to display stuff. I can't rely on that - it can be changed anytime and is hard to parse because it has no consistent structure... Apple now seems to offer a friendlier search service returning JSON. NB: the documentation does stipulate that the API is for use in connection with promoting the search results (i.e. it's designed for affiliate links).

Cannot upload video to iTunesConnect: The frame rate of your app video preview is too high

冷暖自知 提交于 2019-11-30 01:41:13
I made an App Store preview video using QuickTime player on OS X Yosemite. When I try to upload the video to iTunesConnect, I get an error message: The frame rate of your app video preview is too high. I can't see any options in the QuickTime Player to change frame rate. Does anybody knows what to do with it? Videos can be easily converted using ffmpeg, a handy tool that can be installed using homebrew . ffmpeg -r 30 -i 60fpsvideo.m4v -vcodec copy -acodec copy 30fpsvideo.avi This is what worked for me: ffmpeg -i input.mov -qscale 0 -r 24 -y output_5.mov -qscale 0 made sure the length stayed

The bundle is invalid. New apps and app updates submitted to the App Store must be built with public

我的梦境 提交于 2019-11-30 00:21:18
问题 Since yesterday I can not validate the app but in last week it works great and now it didn't. I get the error: The bundle is invalid. New apps and app updates submitted to the App Store must be built with public. I'm using xcode 5.1 and SDK 7.1 Have someone any idea? 回答1: Problem is not compliance with apple's role. According to apple's news, Starting May 15, 2014, new apps and app updates submitted to the App Store must be built with Xcode 5.1.1 Take build with Xcode 5.1.1 and check it.

Apple Submission Rules and Regulations (SIM CARD DATA ACCESS) [closed]

ⅰ亾dé卋堺 提交于 2019-11-29 22:11:04
问题 I have done a lot of researches regarding accessing device SIM card data such as SIM serial number and user phone number, and below are my findings : By using private API for iOS SDK we can extract the needed information from SIM card (If already stored on the SIM card). The issue related to the rules and regulation for submission apps. On Apple store, since Apple rejects any application accessing SIM card because hey supposed that such behaviors break the user privacy and security. This

App Store Connect Warns - Invalid Document Configuration

99封情书 提交于 2019-11-29 22:01:14
I have submitted a Single View Swift iOS application to App Store Connect. The application is not Document Based. The application uploads successfully, but I get the following warning in an email from Apple. I can still test the application through Test Flight, but I want to eliminate the warning. "Invalid Document Configuration - Document Based Apps should support either the Document Browser (UISupportsDocumentBrowser = YES) or implement Open In Place (LSSupportsOpeningDocumentsInPlace = YES/NO)." I just ran into the same problem; I don't know why, since I barely change anything since the

iOS Sandbox Test User account Subscription Management

心不动则不痛 提交于 2019-11-29 21:19:23
I'm currently trying to add IAP to an existing App. To that end, I've added some products and created some test users. The products are recurring subscriptions. The device I'm testing with is an iPhone 4S with iOS 5.1. I can successfully query the store for my products, and successfully purchase them with my new Test users. The problem I have is that if I try to manage my subscriptions from the Store Settings App, it forces me to Review my account by telling me that "This account has not been used to purchase anything in the AppStore, please review your account and continue." If I review the

Which directories are deleted in the sandbox of an App during update

ε祈祈猫儿з 提交于 2019-11-29 21:15:37
问题 I cache some downloaded information in the NSLibraryDirectory in an App. However after a recent update the users report having problems accessing the previously downloaded content in the Library directory. Which directories are safe to cache information over new app versions? Is there any Apple documentation on this? I couldn't find any... thanks a lot, e. 回答1: from Apple Application Programming Guide: Files Saved During Application Updates When a user downloads an application update, iTunes

App Store and Ad Hoc disabled

萝らか妹 提交于 2019-11-29 20:34:26
When i try to create a App Store and Ad Hoc distribution option, its disabled in my apple account, where sometimes iOS App Development option also disabled.How to create a distribution certificate .Can any one please help me? Mohammad Faisal You have reached to the limit of maximum number of " Ad Hoc Distribution Certificates " which is 3. To create new one you must revoke an old one. For Development certificate the limit is 2 and for Production certificate the limit is 3 You don't need an individual Ad Hoc Distribution Certificate for each individual app you make. In other words, you can use