我最近將 iOS 應用程式(使用離子框架 電容器)部署到了應用商店。今天我添加了推送通知支持,使用本指南:https ://capacitorjs.com/docs/guides/push-notifications-firebase
我已經測驗了該應用程式 - 推送通知適用于連接的設備。現在,我想在應用商店中更新我的應用程式。我已經更新了版本,制作了“存檔”。現在,如果我按 Validate App - 一切都很好。應用程式已驗證。當我嘗試分發應用程式(上傳)時 - 在上傳程序中會引發錯誤:
App Store Connect Operation Error
The app references non-public selectors in Payload/App.app/Frameworks/Capacitor.framework/Capacitor: applicationNameForUserAgent, initWithFrame:configuration:, isMainFrame, setNavigationDelegate:, targetFrame With error code STATE_ERROR.VALIDATION_ERROR.50 for id f0321e79-36f4-456c-a1b3-92d2be0d7d12
為什么會這樣?我應該如何解決問題,保持推送通知支持。
uj5u.com熱心網友回復:
這是 Apple 后端的驗證錯誤。現在已經修好了。
更多資訊:https ://github.com/ionic-team/capacitor/issues/5661
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/489195.html
