app-store-connect

Is there a way to fully automate iOS in-app purchase creation/editing/deletion in iTunes Connect?

巧了我就是萌 提交于 2020-08-21 06:37:48
问题 I'm working iOS client for a site where users can create and sell courses. Since Apple wants all the purchasable products in iOS app to be available as in-app purchases, I need a way to automate that in-app purchases generation. For now I've read 'App Metadata Specification' and 'Transporter User Guide' docs and that seems like a way to do it: generate metadata package when any course edited (created or deleted) and automatically (some script?) feed it to transporter. But I'm lacking

Unable to add new version in app store in app store connect

☆樱花仙子☆ 提交于 2020-07-19 05:15:06
问题 I have a live version for my app on app store which i 0.0.151. Now i am unable to add new version because i can't see the (+) add button option only in my appstore connect. Looking forward for response. 回答1: It is not something we can do anything about only apple support can help. The problem got resolved within 24hrs after ticket was raised. 来源: https://stackoverflow.com/questions/62690248/unable-to-add-new-version-in-app-store-in-app-store-connect

Not showing “Amendments” or “request” button to accept the updated Apple Developer Program License Agreement

扶醉桌前 提交于 2020-06-27 09:23:33
问题 I am trying to create new app. But iTunes connect top it shows me message below: Agreements, Tax, and Banking The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the user with the Legal role (Team Agent) must review and accept the updated agreement in their account on the developer website. I have searched in stack overflow and found some solution, but not able to find the button to accept the

ITMS-90809: Deprecated API Usage - existing app that use UIWebView are no longer accepted

瘦欲@ 提交于 2020-06-27 07:17:21
问题 ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. I am trying to update an existing app, not a new app. Still I am not able to upload the app. I got this error via email: We identified one or more issues with a recent delivery for your app, "App Name" 20202.421.1 (6). Please correct the following

TestFlight installed app crash with Swift Package Manager dependencies

为君一笑 提交于 2020-06-12 06:01:35
问题 We have migrated some of our CocoaPod dependencies to be build and linked with Swift Package Manager in Xcode 11. However, whenever we submit application to AppStore Connect and distribute with TestFlight, the app crashes the moment it tries to use API from one of the SPM linked dependencies. Other builds (adhoc and development) are working fine. Some of the SPM dependencies are also linked 2 app extensions. Did anyone encounter this issue, would you have any idea what is the problem and/or

iTunesConnect: cannot transfer app because of “You must turn off TestFlight beta testing for the app that you want to transfer”

Deadly 提交于 2020-06-10 02:19:06
问题 Below you can see that testing for external testers are turned off: same for internal testing: but when I transfer app, one of the criterias are not met: Why? 回答1: I had the exact same issue, resolved by removing all Tester and Build from the TestFlight as discussed above also (!important) remove everything fields at the App Information - Test Information. 回答2: For me it was localised test descriptions. Make sure you check that drop down list on the right and clear out info for all languages.

Using ffmpeg to scale app preview videos for the AppStore

喜欢而已 提交于 2020-06-08 19:11:24
问题 I'm generating an app preview video to send to the AppStore. Depending on the device type, the AppStore requires certain video resolutions. I have a main video, with resolution 1920x1080, which I was able to upload. I need to generate another video with the resolution 1920x886 for supporting 6.5" devices, so I used the following command to perform the scaling: ffmpeg -i video_1920_1080.mp4 -vf scale=1920:886 -c:a copy video_1920_886.mp4 If I get the info for the generated video using ffmpeg

In app purchase cannot connect to itunes store ios 12 following InAppBillingPlugin for Xamarin

守給你的承諾、 提交于 2020-05-01 02:51:31
问题 I am trying to test in app purchases in my application following plugin. Also I have checked this and thousands of other officical/not official articles but there is no result. I do not thins there is a problem in my code because I asked another developer to share me his code and I use it in my app. In his project this code works perfect but I have InAppBillingPurchaseException "Can not connect to Itunes Store". I also logged out of my real accounts before entering sandbox credentials. This

In app purchase cannot connect to itunes store ios 12 following InAppBillingPlugin for Xamarin

ε祈祈猫儿з 提交于 2020-05-01 02:51:03
问题 I am trying to test in app purchases in my application following plugin. Also I have checked this and thousands of other officical/not official articles but there is no result. I do not thins there is a problem in my code because I asked another developer to share me his code and I use it in my app. In his project this code works perfect but I have InAppBillingPurchaseException "Can not connect to Itunes Store". I also logged out of my real accounts before entering sandbox credentials. This