Does anybody know a way to add entitlement to iOS application for non jailbroken device?

前端 未结 1 1237
情话喂你
情话喂你 2020-12-14 07:35

Some background

  • iOS operation system has a \"entitlement\" notion . Generally speaking, it\'s a permission which is granted to an applicati

1条回答
  •  北海茫月
    2020-12-14 08:27

    No. Entitlements are contained within the application’s code signature. Changing them will, of course, break the signature, and stock iOS devices will not run code with a broken code signature. What you ask is not possible.

    0 讨论(0)
提交回复
热议问题