1

Hi I am trying to automate Gmail app with Appium but I am not able to do because the iOS app is signed with distribution identity Appium works only with developer entitlements so I want to resign the app with Developer entitlements how to do that ?

user3115014
  • 667
  • 1
  • 8
  • 23

1 Answers1

0

You can override the entitlements when using codesign(1). Use the --entitlements parameter to change the entitlements.

See this answer for how to re-sign an app.

Community
  • 1
  • 1
Mats
  • 8,528
  • 1
  • 29
  • 35