菜鸟教程小白 发表于 2022-12-13 09:20:55

iOS 推送通知自定义警报


                                            <p><p>我正在尝试在我的 iOS 应用中启用推送通知。我想创建一个自定义警报来询问用户是否要启用通知。苹果是否允许/可能实现? </p>

<p>谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>当你 <a href="https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html#//apple_ref/doc/uid/TP40008194-CH103-SW25" rel="noreferrer noopener nofollow">register</a>对于通知,会出现一个弹出窗口,询问用户是否允许(除非他/她之前已经授予权限):</p>

<blockquote>
<p>The first time you call the registerUserNotificationSettings: method, iOS presents a dialog that asks the user for permission to present the types of notifications the app registered.</p>
</blockquote>

<p>您<em>不能</em>使用自定义提醒,例如当您请求允许使用用户的位置或他/她的联系人时。 <a href="https://stackoverflow.com/questions/14158871/ios-custom-permission-alert-view-text" rel="noreferrer noopener nofollow">This question</a>有一个不错的<a href="https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html" rel="noreferrer noopener nofollow">link</a>您可以在其中找到您<em>可以</em>自定义的权限警报。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS 推送通知自定义警报,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/31656775/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/31656775/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS 推送通知自定义警报