Open redreceipt opened 7 months ago
@redreceipt How do we configure file apple-app-site-association in current code, is it hard coded or manually uploading the file
https://newspring.production.apollos.app/.well-known/apple-app-site-association
@redreceipt How do we configure file apple-app-site-association in current code, is it hard coded or manually uploading the file
https://newspring.production.apollos.app/.well-known/apple-app-site-association
I reference it in the description of this issue
@redreceipt you have reference a link configuration in cluster but I don't have idea how its work with micro service
@Sherange this is a backend task that requires understanding of serving files from a server. That cluster codes shows how we generate the file when someone requests that URL. You may want to get with @rajitharussel on the specifics of how it's happening on the cluster to understand what needs to happen on the microservice. Essentially when someone requests that file, we want to generate it and send it back. Does that make sense?
Yes, I will check with Russel to get code level idea
What's the Problem?
Basecamp item
We need to support universal links from the microsite. this means that it needs to behave similar to sharing links from the app currently.
https://newspring.apollos.church/.well-known/apple-app-site-association should equal https://newspring.production.apollos.app/.well-known/apple-app-site-association and the same with https://newspring.apollos.church/.well-known/assetlinks.json
You can use this code for reference: https://github.com/ApollosProject/apollos-cluster/blob/master/src/data/linking/index.js