Is there a way to get app id for an Enterprise app that is in AppCenter only?

Viewed 354

I am currently trying to integrate deeplinking through a service called AppsFlyer and on their page, they mentioned requiring an app id - which can be found on Apple App Store/Google Play Store or Microsoft Phone App Store.

I'm not sure if AppCenter has such information available or how to even retrieve it.

Any suggestions ?

1 Answers

You need the AppStore ID right?

When you open the AppStore from any browser and click on the App you want the Id from you already have the ID. The Id is saved inside the url.

If you need more information check out this link Finding your App Store ID

enter image description here

Related