Braintree Drop In Apple Pay crashing

送分小仙女□ 提交于 2019-12-02 10:22:14

The PKPaymentAuthorizationViewController is presented in portrait orientation so that FaceID functions correctly.

You are getting an exception as you have only landscape options selected under 'Device Orientation' in your project. You need to add portrait to this list.

You can limit the rest of your view controllers to landscape orientation if that is what you want.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!