菜鸟教程小白 发表于 2022-12-12 17:10:47

ios - 如何在运行时检查 iMessage、群发消息是否开启?


                                            <p><p>我有一个应用程序可以发送多个 SMS 消息。</p>

<p>众所周知,如果发送到被识别为 Apple 手机的号码,它将作为 iMessage 发送。</p>

<p>我不想在我的应用程序中使用它。因此,如果打开 iMessage,我想禁用我的应用程序。</p>

<p>有没有办法在运行时检查 iMessage 是否打开或关闭? </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>正如您在 <a href="https://developer.apple.com/library/ios/documentation/MessageUI/Reference/MFMessageComposeViewController_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009668" rel="noreferrer noopener nofollow"><code>MFMessageComposeViewController</code> documentation</a> 中看到的那样,没有这样的API。您只能检查此 API 中指定的内容。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何在运行时检查 iMessage、群发消息是否开启?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/20623156/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/20623156/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何在运行时检查 iMessage、群发消息是否开启?