I would like to use Assurence in order to debug the events in App. What base URL should I use?
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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.
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.
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.