ios – 如何可靠地确定Passbook是否可用?

ios – 如何可靠地确定Passbook是否可用?,第1张

概述Apple在Passkit中提供了一种专用方法来确定PassLibrary是否可用: [PKPassLibrary isPassLibraryAvailable] 这在iPhone和iPad上按预期工作,但有一个例外:iPad Air 2返回YES但似乎它不支持添加通行证的任何UI.调用 [[PKAddPassesViewController alloc] initWithPass:aValidP Apple在Passkit中提供了一种专用方法来确定Passlibrary是否可用:

[PKPasslibrary isPasslibraryAvailable]

这在iPhone和iPad上按预期工作,但有一个例外:iPad Air 2返回YES但似乎它不支持添加通行证的任何UI.调用

[[PKAddPassesVIEwController alloc] initWithPass:aValIDPass]

返回零.

是否有任何选项可以可靠地检查Passlibrary,包括UI,是否可以预先没有通行证?

解决方法 从 isPassLibraryAvailable起

Do not use this method to determine whether the user can add passes on this device. A device may have a pass library,but still not be able to add passes. Use the PKAddPassesVIEwController class’s canAddPasses() method instead.

您应该使用PKAddPassesVIEwController,它返回设备是否支持添加传递.

[PKAddPassesVIEwController canAddPasses]

从iOS8开始

总结

以上是内存溢出为你收集整理的ios – 如何可靠地确定Passbook是否可用?全部内容,希望文章能够帮你解决ios – 如何可靠地确定Passbook是否可用?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1073904.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存