app-store

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

我是研究僧i 提交于 2019-12-02 04:17:13
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? The iPhone XR and iPhone XS Max are the same size: 414x896. The reason your screen shot is coming out the wrong size is that the iPhone XR is

iOS In App Purchase Fails Silently in Production

无人久伴 提交于 2019-12-02 03:53:31
So I've tested my application's In App Purchase content at length during development using the Sandbox mode. For some reason now that the application is live in the App Store when clicking the purchase button nothing happens at all. It looks like the Apple review team was able to successfully complete a purchase based on server logs (could be wrong about this tho). I'm using SwiftyStoreKit to handle in app purchases. Any ideas why it would work perfectly during development and in sandbox mode and not even do anything when calling the SwiftyStoreKit.purchaseProduct method in production? If I

Submit 64 bit only app

痴心易碎 提交于 2019-12-02 03:29:43
With Apple's new requirement to have a 64 bit build support, apps executable are getting bigger. After several attempt to reduce the final build size to something < 100mb I was wondering if it was possible to drop 32 bit support and only support 64bit. Building an app for 64bit only works fine but the submission process seems to prevent such behavior. Adding this non-documented UIRequiredDeviceCapabilities does not change anything as the error becomes the following I checked that there is no mention of armv7 or armv7s in my architectures settings Yet people on the Unity forum seems to say that

Change the Company Name

家住魔仙堡 提交于 2019-12-02 03:06:51
问题 Is there any way to change your company name that is displayed in the app store from iTunesConnect? Any answers will be appreciated. 回答1: The only way to change the company name is via a very tedious process through Apple. Use the "contact us" forms on the iTunes Connect site. 来源: https://stackoverflow.com/questions/5673513/change-the-company-name

Customising the header image and background colour in Apple App Store [duplicate]

流过昼夜 提交于 2019-12-02 03:06:51
问题 This question already has answers here : Customize apps gallery in appstore page (3 answers) Closed 3 years ago . I came across a few apps that have a customised App Store presence – OkCupid, Badoo, POF, plus a whole lot more. These include a custom header image and custom background colour with a gradient in between. How can we add these for our apps? Example screenshots: 回答1: Yes, you can change check below link: http://thenextweb.com/dd/2013/10/29/get-featured-app-store/ 来源: https:/

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

℡╲_俬逩灬. 提交于 2019-12-02 03:03:11
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 :) As you mentioned in your question that Provisioning profile is Invalid. So i guess certificate is expired & you are going to renew it. If so than yes current app store version will work fine.

Apps in the enterprise appstore after provisioning profile expires

喜欢而已 提交于 2019-12-02 02:49:13
I have an app in enterprise appstore and the provisioning profile with which I created iPa is due to expire next month. If I go to developer account and renew the provisioning profile, what happens to the app in appstore which was created with old provisioning profile? Should I create a new iPa with new renewed provisioning profile and submit it? Is it enough to just renew the expiring provisioning profile or should we renew, create iPa with new one and upload it to appstore again? Any help would be appreciated. Thanks! You will need to provide a new provisioning profile, that has a new

StoreKIt verification error: 21002

人走茶凉 提交于 2019-12-02 02:18:46
On a iPhone 4/iOS 4 device, sandbox App Store is reporting this error during verification. 21002: The data in the receipt-data property was malformed. On a iPhone 5/iOS 6 device, the same code works (status == 0, receipt returned) without any problems. I've restarted the device, made sure the Apple ID is logged out, even made a new test user account. Same result. Any ideas? This Error means the JSON Object that you have created to send for verification is not in correct format. { "receipt-data" : "(receipt bytes here)" } So My suggestion is to Debug the same on iPhone 4/iOS 4. In case, you are

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

时光毁灭记忆、已成空白 提交于 2019-12-02 01:32:38
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: 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..." ; but I have it in testing for internal testers, I am uploading app via Application Loader ) but it shouldn

iOS deployment target change from one version to the next

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 01:19:18
问题 I know you can change the deployment target when you build the app. Let's say I have version 1.0 of the app built with deployment target set to 6.0. If I now release version 1.1 and set deployment target to 7.0, the question is what happens to owners of iOS 6 devices running version 1.0 if they connect to itunes and sync? Will their 1.0 version be deleted or is it that they simply will not see version 1.1 available? 回答1: They will not be able to download and install version 1.1 unless they