iOS開(kāi)發(fā) 上架時(shí)被拒情形

近來(lái)要上架一個(gè)新項(xiàng)目,由于在項(xiàng)目中要跳轉(zhuǎn)到WiFi設(shè)置頁(yè)面,所以我的代碼如下:


D9569DF39923E65A16DF67ABDF11AB3D.jpg

這樣做是可以實(shí)現(xiàn)這個(gè)功能的,但是上架的時(shí)候被拒了,郵件如下:


314C55E7540AC65C9F8C096062F62FA3.jpg

prefs:root = 這是一個(gè)私有API是不允許在App Store中的,然后我改用了如下方式:
image.png

另我做的是物聯(lián)網(wǎng)項(xiàng)目,所以審核的時(shí)候要記得提交一個(gè)APP使用視頻,不然也會(huì)被拒。
image.png

第二種情況被拒:

如果你的APP中沒(méi)有集成支付寶,但是蘋(píng)果說(shuō)你集成了支付寶而拒絕你,以下為被拒說(shuō)明:

Guideline 2.3.1 - Performance

We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.

Specifically, we found that your app includes AliPay (支付寶), which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than the in-app purchase API.

If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

  • Review the Performance section of the App Store Review Guidelines.
  • Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
  • Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.

這時(shí),你需要全局搜索AliPay,先確定是不是什么第三方SDK使用了支付寶,如果沒(méi)有的話,你看看你的項(xiàng)目中有沒(méi)有出現(xiàn)AliPay字符串,蘋(píng)果會(huì)搜索AliPay字符,如果發(fā)現(xiàn)你的項(xiàng)目中有,但是他又找不到支付功能,所以他就會(huì)認(rèn)為你隱藏了這一功能所以拒絕審核通過(guò)。如果只是字符串的話,你在Resolution Center直接回復(fù)蘋(píng)果就行。回復(fù)之后不需要重新提交審核。

今天打包項(xiàng)目到App Store時(shí),出現(xiàn)了我以前沒(méi)有碰到過(guò)的一種情況: 我是用Xcode自帶的打包工具直接upload到App Store Connect,顯示upload成功,但是在提交審核那個(gè)頁(yè)面,剛打包的版本一直顯示不出來(lái)。我收到一封蘋(píng)果的郵件:


image.png

大致內(nèi)容就是
從2019年春季開(kāi)始,所有提交到App Store的訪問(wèn)用戶數(shù)據(jù)的應(yīng)用程序都必須包含一個(gè)目的字符串。
說(shuō)我在plist文件中少了對(duì)藍(lán)牙使用的說(shuō)明,但是我項(xiàng)目中沒(méi)有使用過(guò)藍(lán)牙,后面發(fā)現(xiàn)是項(xiàng)目中使用的第三方sdk應(yīng)用了藍(lán)牙。最后我在plist中加上了使用藍(lán)牙說(shuō)明:
iOS10之后要在Info.plist文件中加入key為Privacy - Bluetooth Peripheral Usage Description的使用藍(lán)牙設(shè)備描述。
如果需要在后臺(tái)使用藍(lán)牙的話,需要在info.plist中Required background modes數(shù)組中添加兩個(gè)元素App shares data using CoreBluetooth和App communicates using CoreBluetooth.
最后就能正常打包上傳成功。

最近打包上傳又出現(xiàn)了一種新的被拒情形:

We were unable to locate some of the features described in your metadata. Specifically, 商城 was not located.
Next Steps
If these features are located in your app, please reply to this message in Resolution Center to provide information on how to locate them.
Alternatively, please revise your app to ensure that these features are fully implemented or revise your app description, release notes, and screenshots to remove all references to the features.
Please see attached screenshot for details.
Since your App Store Connect status is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit App Store Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.

大致意思就是,說(shuō)我們上傳的APP 截圖里面有商城這個(gè)tab,但是他們沒(méi)有看到這個(gè)tab.
是因?yàn)槲覀傾PP 中的商城是直接跳轉(zhuǎn)微信小程序的,由于他的手機(jī)沒(méi)有安裝微信,所以會(huì)把商城按鈕隱藏。由于是元數(shù)據(jù)被拒絕,所以不需要新的二進(jìn)制文件,直接回復(fù)他們,說(shuō)明原因即可。
至于為什么沒(méi)有安裝微信就要隱藏這個(gè)商城tab,其實(shí)就和微信登錄一樣,如果APP有微信登錄,但是你的手機(jī)沒(méi)有安裝微信,你就要把微信登錄隱藏,不然就會(huì)被拒,蘋(píng)果不允許捆綁下載APP。

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • iOS開(kāi)發(fā)應(yīng)用上架必讀最新蘋(píng)果審核規(guī)則 條款和條件 ? 1.1 為App Store開(kāi)發(fā)程序,開(kāi)發(fā)者必須遵守 Pr...
    Nimanggi閱讀 1,244評(píng)論 0 4
  • 中秋當(dāng)天晚上,睡不著,便一個(gè)人騎車到深圳灣,溜達(dá)一圈?;貋?lái)已是晚上3點(diǎn)多了,疲倦的睡下。第二天整個(gè)人的狀態(tài),已經(jīng)是...
    魚(yú)羊ll閱讀 274評(píng)論 0 0
  • 第一次見(jiàn)到你, 就想與你同醉, 苦苦沒(méi)有機(jī)會(huì), 等到一起, 我卻早于你先醉, 慢慢沉睡, 想著你的倩影, 在夢(mèng)里相會(huì)。
    橘子洲的魚(yú)閱讀 214評(píng)論 2 3
  • 焦點(diǎn)解決初級(jí)班第八期 堅(jiān)持原創(chuàng)分享第173天(20180618 星期一 晴 武漢) 今天準(zhǔn)備買票回家了,端午節(jié)媽...
    張文思_db3b閱讀 218評(píng)論 0 0

友情鏈接更多精彩內(nèi)容