itunesconnect

How to reject binary from iTunes Connect after redesign (12/09/2014)?

ε祈祈猫儿з 提交于 2019-12-02 07:44:56
问题 I need to reject my binary so I can re-upload. This was always quite a hidden option on iTunes connect. Now with the re-design, I've looked everywhere and can't find it. According to Apple's own docs: To remove your build from review Open the App Details page for the app, as described in To open the App Details page for an app. On Versions, above the app's metadata, this message appears: "You can only edit all information while your version is waiting for review. To submit a new build, you

Build not available on iTunes Connect for internal testing through CircleCI fastlane deployment

亡梦爱人 提交于 2019-12-02 04:25:42
问题 I am currently trying to set up iOS deployment for a React-Native app, using Fastlane through CircleCI, and I am having an issue where I get to pilot in my fastlane script, I upload the build to iTunes Connect, but the build disappears from being used for TestFlight Internal Testers. If I archive locally and upload the build to iTunes Connect, it will be available for testing. My Fastfile , using version 2.51.0 platform :ios do lane :deploy_staging do match( type: "adhoc", force: true )

Invalid binary in itunes connect

╄→尐↘猪︶ㄣ 提交于 2019-12-02 03:43:05
When i upload app to the itunes connect, i see invalid binary and email: We have discovered one or more issues with your recent delivery for "appname". To process your delivery, the following issues must be corrected: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements. Specifically, key "com.apple.developer.pass-type-identifiers" is not supported. Once these issues have been corrected, go to the Version

How to reject binary from iTunes Connect after redesign (12/09/2014)?

非 Y 不嫁゛ 提交于 2019-12-02 03:41:15
I need to reject my binary so I can re-upload. This was always quite a hidden option on iTunes connect. Now with the re-design, I've looked everywhere and can't find it. According to Apple's own docs: To remove your build from review Open the App Details page for the app, as described in To open the App Details page for an app . On Versions, above the app's metadata, this message appears: "You can only edit all information while your version is waiting for review. To submit a new build, you must remove this version from review." Click "remove this version from review" See page here However, I

Trouble receiving notifications from iTunes Connect about IAP status change events

时间秒杀一切 提交于 2019-12-02 03:25:50
问题 I've set up a URL on my server to receive auto-renewable IAP status change notifications per this article: https://help.apple.com/itunes-connect/developer/#/dev0067a330b And of course I've provided my URL to iTunes Connect via my app's main settings page. However, I'm receiving neither update notifications nor any kind of message indicating that there's a problem. Help troubleshooting? I don't even know where to start. Thanks! 回答1: Have you checked secure network connection with your server?

How to add metadata for other languages?

断了今生、忘了曾经 提交于 2019-12-02 03:24:19
I've just added an application to iTunes Connect, which is mainly target the danish market. During adding of the application, I was told to enter the metadata information in english. After I added the application, I was trying to add meta in danish, but the language does not exist. When a user in the danish App Store visit the App, the metadata must be in danish. Should I just change the metadata in english to danish instead? You cannot add metadata in other languages for App Stores that have the English language as their official language (which is the case with the Danish App Store). Do what

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

Invalid Signature error !

天涯浪子 提交于 2019-12-02 02:12:29
I am trying to update my application , but after uploading the binary , Itunes connect sends me this email : Dear Developer, Thank you for your recent binary submission for "MY APP" to the App Store. Unfortunately we discovered an issue with your binary that you will need to correct in order for your application to proceed to the review stage. The specific issue is outlined below: Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at

Trouble receiving notifications from iTunes Connect about IAP status change events

自闭症网瘾萝莉.ら 提交于 2019-12-02 02:04:56
I've set up a URL on my server to receive auto-renewable IAP status change notifications per this article: https://help.apple.com/itunes-connect/developer/#/dev0067a330b And of course I've provided my URL to iTunes Connect via my app's main settings page. However, I'm receiving neither update notifications nor any kind of message indicating that there's a problem. Help troubleshooting? I don't even know where to start. Thanks! Have you checked secure network connection with your server? I mean that you have to check ATS on your server. I'm using nginx such as proxy server. First of all, you

Build not available on iTunes Connect for internal testing through CircleCI fastlane deployment

非 Y 不嫁゛ 提交于 2019-12-02 01:18:10
I am currently trying to set up iOS deployment for a React-Native app, using Fastlane through CircleCI, and I am having an issue where I get to pilot in my fastlane script, I upload the build to iTunes Connect, but the build disappears from being used for TestFlight Internal Testers. If I archive locally and upload the build to iTunes Connect, it will be available for testing. My Fastfile , using version 2.51.0 platform :ios do lane :deploy_staging do match( type: "adhoc", force: true ) increment_build_number( xcodeproj: './ios/MyApp.xcodeproj' ) gym( export_method: "ad-hoc", scheme: "MyApp