问题标签 [imessage]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 获取 iOS 中的设置状态
有人可以告诉我,我怎样才能以编程方式找出设置的状态,例如,如果在“消息”应用程序中启用了“作为 SMS 发送”?我知道如何以编程方式打开这部分设置,但我只想要实际值。(我想知道用户是否可以向 iPhone 用户发送短信或只发送 iMessage)非常感谢!
ios - Retrieve images from iMessage app iOS
I want to know if it's possible to retrieve images programmatically from iMessage
app, which are not saved in camera app. I know it is not possible for a third party app to access the resources of native app. I just want to make sure that it is valid for iMessage app too.
iphone - iOS 开发/Android:是否可以创建一个应用程序来侦听 iMessage 中的输入并与之交互?
显然,目标是不将其用于恶意目的,但这是应用程序的一部分。澄清一下,假设您在 iMessage 或短信中输入 John,Apple 是否为应用程序提供了一种方法来收听您在 iMessage 中输入的“John”,还是违反了 Apple 的政策?(在 Swift 代码中)
applescript - 获取 applescript 以侦听 iMessage 已读回执
我编写了一个applescript 应用程序,它检查天气的API 并将它发送给朋友。
我朋友的 iphone 发送已读回执,我如何让 applescript 运行一些代码,例如say "The message has been read"
当他发送已读回执时
ios - 为什么 Keychain 的私钥部分有这么多 iMessage 签名密钥?
我试图清理我的钥匙串,因为里面有很多证书。当我打开私钥部分时,我发现有太多相同的密钥。
我可以删除它们吗?我不知道他们是为了什么。请帮帮我!
applescript - 传入 iMessage 的 Applescript 内容
我需要提取/读取通过 iMessage 接收的传入消息的内容。我很难找到正确的命令来提取信息。有人能指出我正确的方向吗?我知道到目前为止我没有太多,我是新手:(
email - 如何在不知道运营商的情况下从 PHP mail() 发送 SMS 文本和 iMessage
早些年,当我想以编程方式向手机/手机发送短信时,我需要知道运营商和运营商的短信服务域名,以便形成 To: 地址。
但是如今,许多网站无需询问我的运营商就可以发短信。
他们是怎么做到的?有没有一种新的方式来发送没有载体元素的短信和信息“电子邮件”?