How do I detect if an app has been cracked without examining the SignerIdentity?

前端 未结 4 1463
暖寄归人
暖寄归人 2021-01-30 05:03

There used to be a method to check if an application was purchased from the App Store, to protect against cracking:

NSBundle *bundle = [NSBundle mainBundle]; 
NS         


        
4条回答
  •  一个人的身影
    2021-01-30 05:16

    The official Apple's answer:

    Hello Dmitry,
    
    Thank you for contacting Apple Developer Technical Support (DTS). 
    
    DTS does not provide code-level support for DRM issues.  
    
    Please try posting your inquiry to Apple Development Forum:
    
    
    
    While you were initially charged a Technical Support Incident (TSI) for this request, we have assigned a replacement TSI back to your account.
    
    Thank you for understanding our support policies.
    
    Best Regards,
    
    Apple Developer Support 
    Worldwide Developer Relations
    

提交回复
热议问题