How app is indentified in expo?

I want to change app name in app.json and I need to sure that app credentials will continue be assigned to that app w new name. So question is how expo identifies apps? By which key of app.json? name? slug?

{
  "expo": {
    "name": "Title",
    "slug": "custom-slug",
  }
}

Expo cares about owner and slug.

The app signing keys/provisioning profile are linked to the ios.bundleIdentifier and android.package.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.