Expand my Community achievements bar.

SOLVED

Assurance - What is the base URL

Avatar

Level 8

I would like to use Assurence in order to debug the events in App. What base URL should I use?

Michael_Soprano_0-1718222935316.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @Michael_Soprano  The developers will have to enable deep linking in the mobile app.

 

Here is documentation on how to do it in iOS. URL Scheme is the easiest to setup.

https://medium.com/wolox/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97

 

Once the deeplinking is enabled then you can use any of the deeplink as base url.


     Manoj
     Find me on LinkedIn

View solution in original post

2 Replies

Avatar

Community Advisor

@Michael_Soprano 

Here is a link to the tutorial which might help

https://experienceleague.adobe.com/en/docs/experience-platform/assurance/tutorials/using-assurance

 

Excerpt from above link

The Base URL is the root definition used to launch your app from a URL. A session URL is generated by which you may initiate the Assurance session. An example value might look like: myapp://default In the Base URL field, type your app’s base deep link definition.

Avatar

Correct answer by
Community Advisor

Hello @Michael_Soprano  The developers will have to enable deep linking in the mobile app.

 

Here is documentation on how to do it in iOS. URL Scheme is the easiest to setup.

https://medium.com/wolox/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97

 

Once the deeplinking is enabled then you can use any of the deeplink as base url.


     Manoj
     Find me on LinkedIn