ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
174 stars 17 forks source link

Handle situation where you have nested bundle id #239

Closed ptmt closed 3 years ago

ptmt commented 4 years ago

📝 Summary of Changes

Imagine, If you have an app com.mycompany.myapp and say a share extension with the com.mycompany.myapp.share bundle id you will get a bundleIdNotUnique exception. This change fixes that.