首页 > 代码库 > Validating Receipts Locally
Validating Receipts Locally
Validating Receipts Locally
Perform receipt validation immediately after your app is launched, before displaying any user interface or spawning any child processes. Implement this check in the main
function, before the NSApplicationMain
function is called. For additional security, you may repeat this check periodically while your application is running.
在应用启动之后,用户界面展示或子进程执行之前就要开始验证收据是否准确。验证方法要在main函数中,NSApplicationMain函数调用之前实现。为了更加安全,你可能要在应用运行过程中重复执行验证。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。