cydia

iOS - Cydia open command and its counterpart?

谁说胖子不能爱 提交于 2019-11-26 23:43:46
问题 There is a Cydia command line utility called open which will open an iOS application and attach to the SpringBoard. Is there a corresponding close command which will send the correct signal to the application ? It needs to send the correct signal so that it will do the necessary cleanup before terminating. The kill command cannot be used as the application is not able to catch the signal. I have been searching high and low for this particular command line tool but yet to find it. Thank you.