Find your App Bundle ID
Find your app's Bundle ID in App Store Connect or Xcode so it matches your Voidhash configuration.
Your App Bundle ID is the reverse-domain identifier for your app, for example
com.yourcompany.yourapp. Voidhash needs it to match transactions to your app. It must be the same
value as the bundle identifier in your Xcode project and the App ID registered in your Apple
Developer account.
Open App Store Connect
Go to App Store Connect, sign in, open Apps, and select your app.
Open App Information
In the sidebar, choose General → App Information and find the Bundle ID field. It shows the reverse-domain value. Do not confuse it with the numeric Apple ID listed on the same page.
Copy the identifier
Copy the value (for example com.yourcompany.yourapp) and paste it into the App Bundle ID
field in Voidhash.
You can also read the value in Xcode. Select your app under TARGETS, then look for Bundle Identifier in the General tab under Identity. It also appears in Signing & Capabilities. The value in Xcode and the value in App Store Connect must be identical.