Opening the NeoDay app via a deeplink identifier
The NeoDay app can be opened by a deeplink identifier and will then navigate to the associated screen. In order for this to work the domain used in the url, must be associated with the NeoDay app. The apple-app-site-association file and the assetlinks.json file will need to be put inside the /.well-known folder of that domain.
The format that the NeoDay app expects is: "https://some-domain.com/deeplink/\
Supported deep link identifiers for the Neoday app
The following deep link identifiers can be used to create the url for deeplinking.
deeplink identifier | data (with example) | Description |
---|---|---|
campaign-overview-view | n/a | |
campaign-detail-view | stackId=123 | |
campaign-transaction-history-view | stackId=123 | |
tier-set-detail-view | tierSetId=123 | |
customercard-detail-view | n/a | |
customercard-overview-view | n/a | |
coupon-overview-view | n/a | |
coupon-detail-view | couponSlipId=123 | |
rewardshop-product-overview-view | n/a | |
rewardshop-product-detail-view | n/a | |
rewardshop-cart-view | n/a | |
rewardshop-orders-view | n/a |