問題タブ [apple-appclips]
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.
cordova - App Clip (iOS) と Instant Apps (Android) で Cordova を有効にする
私のアプリには 2 つのバージョンの iOS と Android のハイブリッド アプリがあり、どちらも Cordova フレームワークとプラグインを含む Cordova が有効になっています。
アプリ クリップ (iOS) とインスタント アプリ (Android) の現在のリリースでは、既に組み込まれている Cordova プラグインを活用するために、Cordova でそれらを有効にしたいと考えています。
回避策がある場合、または App Clips (iOS) および Instant Apps (Android) のユースケースでこれが不可能/推奨されない場合はお知らせください。
ios - nginx 構成で apple-app-site-association ファイルのコンテンツ タイプを設定する
Apple アプリ サイト関連付けファイルを作成して /.well-known/ ディレクトリに配置した iOS アプリでアプリ クリップ機能をセットアップしています。
次のように、コンテンツタイプを application/json として設定しています。
また、次のように content-type を強制的に設定しようとしました。
ただし、コマンドラインを使用してカールすると、コンテンツタイプが text/html として取得されます。
次のcurlコマンドを使用しています:
curl -v https://your_domain.com/apple-app-site-association
nginx構成でapple-app-site-associationファイルのコンテンツタイプを設定する正しい方法を教えてください。
ありがとう!
