appstore-approval

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

iOS Trial App Without In-App Purchase Mechanism

妖精的绣舞 提交于 2021-02-07 09:00:27
问题 I am developing an app for a client, where he wishes the app to be able to have users to sign up and try out the app for 14 days, after which they have to make a purchase to continue using the app. My client does not want to absorb Apple's 30% cut for using Apple's in-app purchase mechanism. Initially I suggested implementing a 3rd party payment gateway, but it seems that Apple does not allow app that unlocks app functionalities via a 3rd party payment gateway. My question is this: if we

iOS Trial App Without In-App Purchase Mechanism

半腔热情 提交于 2021-02-07 09:00:21
问题 I am developing an app for a client, where he wishes the app to be able to have users to sign up and try out the app for 14 days, after which they have to make a purchase to continue using the app. My client does not want to absorb Apple's 30% cut for using Apple's in-app purchase mechanism. Initially I suggested implementing a 3rd party payment gateway, but it seems that Apple does not allow app that unlocks app functionalities via a 3rd party payment gateway. My question is this: if we

App Store build version and TestFlight build version different which version will appear on app store?

a 夏天 提交于 2020-08-10 05:17:50
问题 I have many versions on TestFlight uploaded (e.g., 1.7.1, 1.7.2, etc.). Now I want to upload the app to App Store with version 1.0, so if I select the version from TestFlight, e.g. version 1.7.1, which version will appear on App Store? I am thinking that above the image description is valid when you directly upload the app from Xcode. But due to this, I got some confusion. 回答1: Make sure version of the build and version you are creating on App Store both are same. It will show with version

com.apple.developer.associated-domains issue when validating iOS app

旧城冷巷雨未停 提交于 2020-06-09 11:06:36
问题 When I was validating my project with Organizer in Xcode, I got the following error Invalid code signing entitlements . Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value * for key com.apple.developer.associated-domains in Payload/MyApp.app/MyApp is not supported. I cannot find any relevant answer from google. Hope someone can help me? 回答1: I had a similar problem with Xcode 5.1.1, and couldn't solve it using any of the

com.apple.developer.associated-domains issue when validating iOS app

吃可爱长大的小学妹 提交于 2020-06-09 11:06:34
问题 When I was validating my project with Organizer in Xcode, I got the following error Invalid code signing entitlements . Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value * for key com.apple.developer.associated-domains in Payload/MyApp.app/MyApp is not supported. I cannot find any relevant answer from google. Hope someone can help me? 回答1: I had a similar problem with Xcode 5.1.1, and couldn't solve it using any of the

Do I have to make the “Login with Apple” the first option to get my iOS app approved?

眉间皱痕 提交于 2020-05-17 03:00:43
问题 Here is the policy updated by Apple: Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, Login with Amazon, or WeChat Login) to set up or authenticate the user’s primary account with the app must also offer Sign in with Apple as an equivalent option. A user’s primary account is the account they establish with your app for the purposes of identifying themselves, signing in, and accessing your features and

Do I have to make the “Login with Apple” the first option to get my iOS app approved?

不想你离开。 提交于 2020-05-17 02:59:12
问题 Here is the policy updated by Apple: Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, Login with Amazon, or WeChat Login) to set up or authenticate the user’s primary account with the app must also offer Sign in with Apple as an equivalent option. A user’s primary account is the account they establish with your app for the purposes of identifying themselves, signing in, and accessing your features and

iOS April30 (extended to June30) 2020 Requirements — iOS 13 SDK, All-Screen Design, Launch Storyboard, Swift3

僤鯓⒐⒋嵵緔 提交于 2020-04-14 07:24:30
问题 April2020 Update As of April/2/2020 and due to COVID-19 pandemic, Apple extended the deadline for the new guidelines that enforces iOS13 and Swift 4.x from April 30 to June 30 of 2020. This was announced on their developer website. Important Apple is deprecating Swift 3.x, codebases written in Swift 3.x must be updated to (at least) Swift 4.x. It is not possible to deploy to AppStore from a Swift 3.x project starting April 2020. See Edit #1 & Edit #2 for explanation. According to this update