Binary distribution from Xcode to app store live

Suppose my app's Ready for sale version is - 1.0.13. Then an issue came to this version. I've fixed it from Xcode.

Everything is fine. Now how'll I update these changes in "Ready for Sale" version?

I used to do it in the following way -

  1. Archive from xcode
  2. Distribute to Testflight
  3. Create new version in app store connect
  4. select the build
  5. Submit for review

But these process took so much time. Are there any shortcut so that the changes can be reflected instantly??

Or this is the only procedure to update the app?

Suggestions are welcome...

That's the only way to publish a new version. You have no choice even it's a hotfix.

Binary distribution from Xcode to app store live
 
 
Q