appstore-approval

What kind of downloaded code violates App Store Review Guideline?

孤人 提交于 2019-12-05 07:02:39
App Store Review Guidelines says: "Apps that download code in any way or form will be rejected." I'd like to make an app using Challenge-Response for authentication. The app has a set of basic algorithms such as SHA-1, SHA-256, MD5, DES, AES and so on. The challenge server makes contains an array of the algorithms' name with random arrangement and a string names A. Client uses the algorithms and the sequence that challenge indicates to manipulate string A, and returns it to the server as the response. Although all I transfer between server and client is a bunch of strings, but they indeed

iOS app is rejected because of user buy subscription without IAP [closed]

浪子不回头ぞ 提交于 2019-12-05 04:16:14
I build a tool app on iOS platform. I want create three level for users. basic, pro and premium. each level provide different functions. So user need pay for pro and premium subscription plan. the difference between level is pro user can create more document than basic user. The thing is I don't want use IAP, I don't want apple share the 30% revenue, so I created a website to let user pay the subscription through web. I got the app approved 3 times before, without any rejection. but recently, Apple review team reject my app with follow info From Apple 11.13 - Apps that link to external

What's the easiest way to get Screenshot for your app, for App Store submission?

北城以北 提交于 2019-12-05 01:02:03
What's the easiest way to get screenshots for app submission to Apple's App Store, and what are the various sizes that need to be included? Also, is the status bar allowed? I believe I've heard it's not, but a ton of apps including Facebook and Quora include the status bar in their screenshots. Let's start off with saying that the status bar is allowed in the screenshots, however not encouraged and in Apple's Guide it says that it shouldn't be included. As to your second question, there are a few methods. Firstly, you have to have a screenshot for most of the major screen sizes, which include

Adding encryption to an iPhone app, how does it affect approval? [closed]

白昼怎懂夜的黑 提交于 2019-12-04 23:47:00
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am If I add encryption to an iPhone app (basically to encrypt a username/password when sending to the server), I will need to answer "Yes" to the question in iTunes connect of if I have added encryption to the app. I know that there are many laws about exporting encryption software outside of the US, which is

Should I resubmit the binary after replying to a metadata rejection?

若如初见. 提交于 2019-12-04 22:18:31
I have received a metadata rejection for my application requesting some clarification about my application Information Needed Your iTunes Connect settings indicate that your app serves third-party advertisements. However, we were unable to locate ads in your app. Please reply to this message to provide the steps for locating third-party ads in your app. When we hear back from you, we will continue the review. *** Additionally, we have begun the review of your app but aren't able to continue because we need additional information about your app. At your earliest opportunity, please review the

Apple Store App Rejection - Support for external-accessory in the UIBackgroundModes

好久不见. 提交于 2019-12-04 19:33:49
I recently had an app rejected by the store for the following reason: Our app declares support for external-accessory in the UIBackgroundModes key in your Info.plist file but does not declare any external accessory protocols supported by your app. The external accessory background mode is intended for apps that communicate with hardware accessories through the External Accessory framework. I have read through some answers of previous people who asked this question but I am unsure on my case. My app communicates with a HM10 Bluetooth Low Energy module by sending and receiving bytes. In my info

Error while uploading to App store using Application loader

淺唱寂寞╮ 提交于 2019-12-04 19:07:59
问题 We are trying to upload an updated version of the app to the store. The upload takes a long time and finally when its done, we receive the following WARNINGS. ... Checksum validation failed. ... Checksum validation failed. Transporter was unable to update one or more software components. Please try again later. The upload is anyway received by the Apple server and the status says "Waiting for review". 回答1: Upload has received and app is also approved.So i think there is no much problem with

When I resubmit my app after a rejection do I need to increment the version number? [closed]

ぐ巨炮叔叔 提交于 2019-12-04 18:37:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . My app was rejected, so I have amended it and am about to resubmit it. The first time I submitted it it was as version 1.0. Do I need to increment the version number for this resubmission? 回答1: No!!! You do not need to update version number. If your app is rejected then you do not need to change its version number

App Store Version Numbers - Changing Scheme / Best Practices

随声附和 提交于 2019-12-04 17:03:24
We are contemplating changing the version number in the next release of an iOS app from using the traditional Major.Minor.Patch version number scheme to instead use a date based scheme such as 2012.month.patch to better reflect to our users the currency of the app. Apple's only version number guidance in iTunes Connect is as follows: The version number of the app you are adding. Numbering should follow typical software versioning conventions (for example, 1.0 or 1.0.1 or 1.1). My question - do they enforce this traditional scheme? Is there any downside to using a date based scheme? Are there

itunes connect - beta entitlement missing error

北城余情 提交于 2019-12-04 16:12:27
I create a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight, I create my application based on new profile that was contain beta entitlement, when I submit my application I got this error: Generate a new App Store Distribution profile containing the beta entitlement to distribute builds via TestFlight Here is my provision profile: <key>Entitlements</key> <dict> <key>keychain-access-groups</key> <array> <string>XXXXXXX.*</string> </array> <key>get-task-allow</key> <false/> <key>application-identifier</key> <string>XXXXXXX.my.companyname.test<