简体   繁体   English

是否可以在没有 web 服务器的情况下创建 App Clip

[英]Is it possible to create App Clip without a web server

I have an app that works offline only and doesn't need a web server.我有一个只能离线工作的应用程序,不需要 web 服务器。 I want to create an app clip for this app but most tutorials out there say I need to add a domain to my web server.我想为这个应用程序创建一个应用程序剪辑,但那里的大多数教程都说我需要向我的 web 服务器添加一个域。

I want to share this app clip URL to my users using Messages.app.我想使用 Messages.app 将这个应用剪辑 URL 分享给我的用户。 Can someone guide me to a working solution?有人可以指导我找到可行的解决方案吗?

You need to have a web site so that you can create an association between your domain and the App Clip/App.您需要有一个 web 站点,以便您可以在您的域和 App Clip/App 之间创建关联。 See Associating your App Clip with your website .请参阅将您的 App Clip 与您的网站相关联

The URL you use to invoke an App Clip is a URL from your web site (say https://my.domain.com/MyGreatApp - iOS uses the domain association to link this URL to your App Clip and App. When the user accesses this URL from their device it knows to either offer the App Clip, launch the App Clip (if the user already has it) or launch the full app (If the user has installed it). The URL you use to invoke an App Clip is a URL from your web site (say https://my.domain.com/MyGreatApp - iOS uses the domain association to link this URL to your App Clip and App. When the user accesses这个 URL 从他们的设备上知道是提供 App Clip,启动 App Clip(如果用户已经拥有它)或启动完整的应用程序(如果用户已安装它)。

Without a domain and a website there is no way you can provide a URL to launch your App Clip.如果没有域和网站,您将无法提供 URL 来启动您的 App Clip。

If you add a smart banner to your web site then the user also gets an improved experience in the Messages app;如果您将智能横幅添加到 web 站点,那么用户也会在消息应用程序中获得改进的体验; They see an App Clip card that shows information about your app rather than a simple text link.他们会看到一个 App Clip 卡片,其中显示有关您的应用程序的信息,而不是简单的文本链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以在不使用 Swift UI 的 Xcode 11.2 或更高版本中使用 Swift 创建应用剪辑? - Is it possible to create an App Clip using Swift in Xcode 11.2 or later without using Swift UI? 创建一个在后台作为Web服务器运行的iOS应用 - Create an iOS App that runs as Web Server in background 每个应用程序可能有多个应用程序剪辑? - Possible to have more than one app clip per app? 正确的iOS Web剪辑集成(Web应用程序图标) - Correct iOS web clip integration (web app icon) 如何在商店中没有应用的情况下配置 App Clip - How to configure an App Clip without having an app on the Store 如何在没有嵌入 App Clip 的情况下构建 App IPA? - How do I build an App IPA without the App Clip Embedded? 无法将没有应用剪辑的构建上传到应用商店连接 - Cannot upload build without app clip to app store connect 是否可以在没有 UI/应用程序开销的情况下以编程方式创建测试收据? - Is it possible to create test receipts programmatically without an UI/app overhead? iOS App Clip:如何为其创建配置文件? - iOS App Clip: How Can I create profile for it? Xcode 无法自动为应用剪辑创建配置文件 - Xcode can not create provisioning profile for app clip automatically
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM