0

now i am using the theos make a jailbreak application . and i want to make the application send sms without user interaction. so i refer to this send sms in program

it says:

In order to use this API on iOS 7 and above you need to add another entitlement with bool value set to true - com.apple.coretelephony.Identity.get.

in the referce said i had to use ldid to sign the ipa , but in theos , there only will make a deb file , and how to make the deb file sign with the entitlements by ldid , thanks

Community
  • 1
  • 1
ximmyxiao
  • 2,622
  • 3
  • 20
  • 35
  • `deb` is an archive. You need to sign the binary before it gets packed up. – Siguza Sep 29 '17 at 09:23
  • @Siguza hi , i am new to jailbreak developement , can you explain how to do it more specificly? thanks so much – ximmyxiao Sep 30 '17 at 01:59
  • 1
    A quick google search turns up [this](https://github.com/theos/theos/issues/40). Seems all you have to do is set the environment variable `TARGET_CODESIGN_FLAGS` to something like `-S/path/to/entitlements.plist` before invoking theos (or put it in your Makefile or whatever, I have honestly no idea what theos projects look like). – Siguza Sep 30 '17 at 09:13
  • for all @Siguza 's answer is right for the answer , do as his words :) – ximmyxiao Nov 21 '17 at 07:12

0 Answers0