extern int xpc_connection_get_pid(id p1);
extern char* xpc_connection_get_name(id p1);
extern id xpc_dictionary_create(int p1, int p2, int p3);
extern id xpc_connection_send_message(id p1, id p2);
extern bool IMInsertIntsToXPCDictionary(id p1, const char* p2, int p3, int p4);
extern bool IMInsertArraysToXPCDictionary(id p1, const char* p2, id p3, int p4);
extern bool IMInsertStringsToXPCDictionary(id p1, const char* p2, const char* p3, int p4);
按照楼主的代码发短信出现SpringBoard[131] <Warning>: Process trying to use client compose server lacks entitlement!
这个错误,如何破? 楼主给程序签名有加什么权限没?
我运行是ssh登录到手机用root权限运行的,后边还试了做成deb包在安装后脚本中执行,还用ssh单独执行都没成功~