One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {
/* =========================================================== | |
* bootstrap-datepicker.js v1.3.0 | |
* http://twitter.github.com/bootstrap/javascript.html#datepicker | |
* =========================================================== | |
* Copyright 2011 Twitter, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* |
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {
npm install cordova-res --save-dev
1024x1024px
icon at resources/icon.png
2732x2732px
splash at resources/splash.png
"resources": "cordova-res ios && cordova-res android && node scripts/resources.js"
to scripts
in package.json
resources.js
file to scripts/resources.js
sudo chmod -R 777 scripts/resources.js
npm run resources
Install dependencies:
npm install @capacitor/{core,cli,ios,android}
Add capacitor config:
import { CapacitorConfig } from '@capacitor/cli';