Right now, what we are planning to do is, We will place this file DAM and when a request comes to Dispatcher with https:// <domain>/.well-known/apple-app-site-association, we will redirect to DAM to fetch this file. Is this good approach?
I need suggestion on this Community!
Hi @thomasf35641124 ,
We have a similar requirement. We are on first stage of it.
We have a apple-app-site-association file and need to place in AEM Server which is accessible at https://<fully qualified domain>/.well-known/apple-app-site-association.
Do you know where we can place this file in AE...
Hi @arunpatidar ,
We have a file already with us. We need the steps to place it at server/dispatcher level at /.well-known folder as suggested on Apple documentation.
We are using AEMaaCS.
Anyone can help, please?
Hi All,
We have a iOS app for our website and need to link it with website, So links opened on Mobile, would open on App. We need to host apple-app-site-association(AASA) file on AEM Server. Can you please guys help on steps to follow and where to put it actually in AEMaaCS?
@arunpatidar @ni...
Hi @Vijayalakshmi_S I am stuck in same scenario, where I have @PostConstruct method in model and I am initializing resourceResolver in that. This is working fine on actual page. @PostConstruct
public void init(){
resourceResolver = page.getContentResource().getResourceResolver();
}B...
Hi @divyasekar , I have requirement to create Similar kind of workflow. Can you please let me know, how you created the workflow model. I am new to workflow and process