Mac App Store Receipt Validation Code?

前端 未结 13 1695
广开言路
广开言路 2020-12-07 09:04

Wondering if anyone has a tutorial or working code for the new Mac App Store\'s receipt validation? About the only references I\'ve been able to find so far are Apple\'s st

13条回答
  •  死守一世寂寞
    2020-12-07 09:17

    I'd propose to implement the code verification routines as C functions, not ObjC methods.

    This technique makes it (a bit) harder to locate receipt checking code, since fewer method-names get compiled into the binary.

提交回复
热议问题