appstore-approval

itunes connect - beta entitlement missing error

好久不见. 提交于 2020-01-13 05:54:09
问题 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>

Contact Usage permission request iphone

不打扰是莪最后的温柔 提交于 2020-01-05 02:27:12
问题 My app was rejected by the apple review team. According to them the reason is "17.1: Apps cannot transmit data about a user without obtaining the user's prior permission and providing the user with access to information about how and where the data will be used.Specifically, your app accesses the Users contacts with out requesting permission first" But, I have used **NSContactsUsageDescription** key in my info.plst to specify the reason of using contacts in my app. What should I have to do

3.2 Apps with placeholder text will be rejected

久未见 提交于 2020-01-04 14:16:34
问题 I I understand this question was asked already and its not specifically related to coding but I'm still confused. I am getting my app ready for the apple app store. Now does this Guideline mean that all placeholder text in the storyboard should be blank. And all UILabels and UIButtons and UINavigationBar titles should be created programmatically? 回答1: No. It means that your running app can't contain placeholder text. It's common for xib files or storyboards to contain various types of

Submitting an app to the App Store that uses Firebase

独自空忆成欢 提交于 2020-01-04 09:11:45
问题 I had a quick question about submitting an app to the app store when it uses Firebase. I wanted to know if there is anything I need to do on the Firebase side to enable the database for anyone to use. Or can I just go through the normal process of submitting an app and assume that the database will be working for a tester or any user that downloads the app? In short do I have to enable something on the Firebase side for it to work globally for any user? Any help would be appreciated. 回答1:

Submitting an app to the App Store that uses Firebase

丶灬走出姿态 提交于 2020-01-04 09:11:05
问题 I had a quick question about submitting an app to the app store when it uses Firebase. I wanted to know if there is anything I need to do on the Firebase side to enable the database for anyone to use. Or can I just go through the normal process of submitting an app and assume that the database will be working for a tester or any user that downloads the app? In short do I have to enable something on the Firebase side for it to work globally for any user? Any help would be appreciated. 回答1:

Strange app crash on iPhone - not rejected by Apple

此生再无相见时 提交于 2020-01-04 05:42:15
问题 I recently submitted my app to Apple through iTunes Connect, and it is now in the iTunes store. However, when I downloaded it onto a friend's iPhone, it crashes immediately. I tested it on the iPhone simulator and my iPad (I don't have an iPhone). So, I plugged the iPhone into my computer and got this crash log from it: Incident Identifier: 893F48B6-9805-4BF7-BA84-D5CDF85392E8 CrashReporter Key: 72f4227f4240642bb75dcb75873b6f4b42cf3cf7 Hardware Model: iPhone3,1 Process: App [305] Path: /var

Apple review objection Invalid directory name for Plugins folder (Child Browser Cordova)

匆匆过客 提交于 2020-01-04 05:26:52
问题 I recently published my Worklight based App on Apple Store. Now i have received an email from Apple that says: Invalid Directory Name - Your app contains a directory name that is already reserved: ' Plugins '. You must rename this directory. In this App I am using Child browser plugin which is using plugin directory. Now if i rename this "Plugins" folder then i have to do many changes, i hope it should be possible. Kindly suggest me or guide me, what areas i must look into when editing this

Error : CFBundleVersion must be higher than the previously uploaded version

℡╲_俬逩灬. 提交于 2020-01-04 02:39:12
问题 I want to upload new version of my app. The old version of my app in iTunes was 2.1 and I am uploding new version as 2.2. But when i am trying to validate my app it will give an error "CFBundleVerion must be higher than the previously uploaded version". I am also incrementing the CFBundleVersion as 3.0 and BundleVersion as also 3.0 from previous versions. My app is in Xcode 4.0. What can be problem? Any help would be appreciated. 回答1: You need to change the bundle version in your info.plist .

Why does one .o file in my project has no Provisioning Profile?

*爱你&永不变心* 提交于 2020-01-02 07:14:22
问题 Im trying to submit a version of my app and after building im seeing the following screen My app has a valid provisioning profile except one .o file that is for some reason not included in it.. That has been the case for a while now, and i have managed to submit the app without it being a problem. A couple of day ago, after submiting a new version, i recived an email from apple saying : We have discovered one or more issues with your recent delivery for "xxx". To process your delivery, the

App and InApp Purchase second rejection

感情迁移 提交于 2020-01-01 05:00:10
问题 App History: I'm trying to send the update of an app that is already in store. This version is the first with In App Purchase code implemented. I have tested app and inapp,all works in sandbox environment. Naturraly i can't test the official environment until the inapp is approved, but i'm sure that the php script i use verify recipit works because i'm still using it with other apps already in store. First Submit: i have send to review the inapp and the app at the same time,it seems all ok