码迷,mamicode.com
首页 > 其他好文 > 详细

Validating Receipts Locally

时间:2014-07-16 11:48:20      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:os

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函数调用之前实现。为了更加安全,你可能要在应用运行过程中重复执行验证。

Validating Receipts Locally,布布扣,bubuko.com

Validating Receipts Locally

标签:os

原文地址:http://blog.csdn.net/lwjok2007/article/details/37832655

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!