app-store

How to upload IPA file to App Store from Mac OS X Catalina

半腔热情 提交于 2021-02-20 18:51:43
问题 I just created an app in Apple Developer portal and now I want to upload an IPA file created from Phonegap to App Store. How can I do it? In Mac OS X Catalina there is no iTunes app and I don't find in XCode > Open Developer Tool > Application loader. UPDATE: I can open Archives window in XCode but my app does not appear in the list. 回答1: Try xcrun altool command line: xcrun altool --upload-app --type ios --file <Path-to-ipa> --username <Username> --password <One-time-pass> Remember to use

How to upload IPA file to App Store from Mac OS X Catalina

孤人 提交于 2021-02-20 18:51:11
问题 I just created an app in Apple Developer portal and now I want to upload an IPA file created from Phonegap to App Store. How can I do it? In Mac OS X Catalina there is no iTunes app and I don't find in XCode > Open Developer Tool > Application loader. UPDATE: I can open Archives window in XCode but my app does not appear in the list. 回答1: Try xcrun altool command line: xcrun altool --upload-app --type ios --file <Path-to-ipa> --username <Username> --password <One-time-pass> Remember to use

Missing Push Notification Entitlement: While Resigining ipa

眉间皱痕 提交于 2021-02-19 07:57:45
问题 Team, We are releasing new update to our project, In the last version we dont have Push Notifications now are implementing all the process. We work for a client where we used to send ipa file with our distribution profile (Push notifications are working for the ipa we are sending). Once we send the working ipa, they will resign the ipa with there Distribution Profiles and Upload to appstore. We have checked all the scenarios like, App Id enabled with Push Notification,SSl generated for

Kotlin Multiplatform - ERROR ITMS-90171: Invalid Bundle Structure

淺唱寂寞╮ 提交于 2021-02-19 06:07:30
问题 I've a problem trying to distribute my iOS app with Kotlin Multiplatform on the Apple App Store: ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'Smiledu_app.app/Frameworks/shared.framework/shared' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure." This

Kotlin Multiplatform - ERROR ITMS-90171: Invalid Bundle Structure

只愿长相守 提交于 2021-02-19 06:07:28
问题 I've a problem trying to distribute my iOS app with Kotlin Multiplatform on the Apple App Store: ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'Smiledu_app.app/Frameworks/shared.framework/shared' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure." This

My app is rejected with Exception EXC_BREAKPOINT (SIGTRAP)

﹥>﹥吖頭↗ 提交于 2021-02-19 02:09:19
问题 I tested my app on iPhone and iPad devices and it works fine, also I tested it on iOS 10.1.1 and on IPV6 network and it also works fine but after uploading my app to the app store, it is rejected because it crashes when login if the device is offline or on Wifi. They gave me a crash report and after I symplocited it, I get thhis Info : Date/Time: 2016-11-01 10:07:03.2150 -0700 Launch Time: 2016-11-01 10:05:21.7124 -0700 OS Version: iPhone OS 10.1 (14B72) Report Version: 104 Exception Type:

My app is rejected with Exception EXC_BREAKPOINT (SIGTRAP)

北战南征 提交于 2021-02-19 02:07:37
问题 I tested my app on iPhone and iPad devices and it works fine, also I tested it on iOS 10.1.1 and on IPV6 network and it also works fine but after uploading my app to the app store, it is rejected because it crashes when login if the device is offline or on Wifi. They gave me a crash report and after I symplocited it, I get thhis Info : Date/Time: 2016-11-01 10:07:03.2150 -0700 Launch Time: 2016-11-01 10:05:21.7124 -0700 OS Version: iPhone OS 10.1 (14B72) Report Version: 104 Exception Type:

Detecting private APIs in iOS application

*爱你&永不变心* 提交于 2021-02-11 15:14:18
问题 I have used AppScanner detects private APIs But, it is detecting almost all function signatures as private APIs with 50% likelihood . Are these false warnings ? I agree _font clashes with internal API but why are remaining public APIs being shown in list ? 回答1: Apparently the program is dead. Check the site at http://www.chimpstudios.com/appscanner/index.html It probably did work well at some point in the past. 来源: https://stackoverflow.com/questions/10898824/detecting-private-apis-in-ios

Best way to offering multiple subscriptions for one user (iOS, Android)

本小妞迷上赌 提交于 2021-02-11 06:53:46
问题 Does anyone have experience implementing multiple subscriptions model for an app? I wasn't able to find proper documentation about this topic. The most common way to create in-app subscription model is one-subscription per one-user. But I want to offer one-subscription per one-item(in my app). This means that users can create multiple subscriptions if they want to subscribe to multiple items. Each item is functionally the same. For example, If the app is a pet location tracker and wants to

iOS app rejected for VoIP background mode

霸气de小男生 提交于 2021-02-08 04:43:45
问题 I have developed an application that uses Linphone VoIP API to receive incoming calls, but I don't want the user to make outgoing calls (because that's not what my app is supposed to do). I have enabled VoIP background mode in my .plist but the app got rejected because "it would be appropriate to add a calling-out feature or remove the VoIP background mode". Now I don't want to add call-out features but I totally need VoIP background mode. How am I supposed to make my app run in background