有人可以告诉我如何通过消息应用程序直接向iMessage用户发送消息吗?
tell application "Messages"
if service type of service of buddy whose name is ("Name here" is "iMessage") then set x to 1
if service type of service of buddy whose name is ("Name here" is "iMessage") then set x to 2
if service type of service of buddy whose name is ("Name here" is "iMessage") then set x to 3
send "Message" to buddy "mail of name" of service x
end tell
Run Code Online (Sandbox Code Playgroud)
我只需要通过iMessage向帐户发送消息,而不是通过Google Talk,AIM,bonjour.谢谢!
我有一位未加入Apple开发计划的iOS开发人员.我参加了ADP.我需要从他那里获得一个ipa存档才能在我的iOS设备上安装.他不能给我这个项目,所以我可以建立和运行它.有没有办法让他制作.ipa文件以便我可以运行它?
我尝试按照本教程,但在Build设置中没有Code Signing Entitlements参数.谢谢