如何为越狱iPhone添加权限“com.apple.springboard.launchapplications”

时间:2013-08-19 21:45:06

标签: ios background jailbreak self-signed entitlements

我有一些问题。我希望我的应用程序使用下一条指令:

int SBSLaunchApplicationWithIdentifier(CFStringRef displayIdentifier, Boolean suspended);
  1. 我在项目中添加了SpringboardServices.framework
  2. 我为我的应用添加了网址结构
  3. 但我无法添加权利“com.apple.springboard.launchapplications”。 我做了下一个: 1.使用

    创建文件entitlement.xml
    <?xml version="1.0" encoding="UTF-8"?> 
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "apple.com/DTDs/PropertyList-1.0.dtd">; 
    <plist version="1.0"> 
        <dict> 
            <key>com.apple.springboard.launchapplications</key> 
            <true/> 
        </dict> 
    </plist>
    
    1. Developer/Xcode/DerivedData/MyApp-efjwoxgwdyixnfassijmwtptxvlj/Build/Products/Debug-iphoneos/
    2. 中粘贴entitlement.xml
    3. Developer/Xcode/DerivedData/MyApp-efjwoxgwdyixnfassijmwtptxvlj/Build/Products/Debug-iphoneos/
    4. 中粘贴ldid

      在终端中运行命令:./ldid -Sentitlement.xml AppName.app/AppName 但在此之后ldid没有完成并要求输入一些东西(没有写我必须输入的只有空行)。之后我只能通过按ctrl + z

      退出ldid进程

      请帮帮我

0 个答案:

没有答案