我有一些问题。 我想在我的应用程序中使用下一个功能:
int SBSLaunchApplicationWithIdentifier(CFStringRef displayIdentifier, Boolean suspended);
<?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>
在`Developer / Xcode / DerivedData / MyApp-efjwoxgwdyixnfassijmwtptxvlj / Build / Products / Debug-iphoneos /
在Developer/Xcode/DerivedData/MyApp-efjwoxgwdyixnfassijmwtptxvlj/Build/Products/Debug-iphoneos/
在控制台中./ldid -Sentitlement.xml MyApp.app/MyApp
了吗?
它工作得很好
但我看到了一些问题:
<?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> <?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>
ItunesArtwork Payload |---MyApp.app |---Info.plist
P.S:我没有设置真正的目标 - &gt; AppName-&gt;摘要 - &gt;权利属性(是真还是假?) 请帮帮我