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

android - 从电子邮件打开 android ios 应用程序


                                            <p><p>我正在寻找该组专家的建议。</p>

<p>我们有一个网站、ios 和 Android 应用程序。在网站上有一个可用于我们的移动应用程序的横幅。因此,如果用户点击该横幅并且应用程序安装在移动设备中,那么它应该启动应用程序(ios 和 android)。如果未安装应用程序,那么我们需要显示一个自定义网页,其中提供有关应用程序的所有详细信息。 </p>

<p>此外,我们还会向客户发送电子邮件,让他们了解该应用程序。电子邮件中将有超链接。从电子邮件中,当用户点击超链接时,如果应用程序已安装,则应启动应用程序(ios 和 android),如果未安装应用程序,则应显示客户网站。</p>

<p>还有我们可以显示应用商店链接的自定义网页。</p>

<p>有人可以提出解决方案吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>对于 iOS,你可以试试这个:</p>

<p> <a href="https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html</a> </p>

<p>还有这个:</p>

<p> <a href="https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于android - 从电子邮件打开 android ios 应用程序,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/36489396/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/36489396/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - 从电子邮件打开 android ios 应用程序