且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ios - 应用商店 ipv6 失败但无法重新生成

更新时间:2023-12-05 12:41:46

遇到了同样的问题.然后发现当推送通知权限被用户拒绝时,我的应用程序没有处理这种情况.因此,***检查您是否提示用户输入任何权限(当应用程序最初启动时),并查看当这些权限拒绝时应用程序是否按预期运行.(我的猜测是苹果的测试人员在测试时通常会拒绝这些权限)

Had the same problem. Then figured out that my app did not handle the scenario when the push notification permissions were rejected by the user. So it is best to check if you are prompting users for any permission (when app initially start) and see if the app behaves as expected when these permission are Rejected. (My guess is that testers at apple usually declines these permission when they are testing)