Issue
How do I find the application id for my app?
Resolution
Follow the below steps to get the Application ID:
- Open any app and go to the Network pane from debugger tools.
- Search for the string
applicationId
. - Open the request that comes up and copy the id from the payload.
This screen recording demonstrates the above steps.