Hi all, i want to ask, why the last time i archive and distribute ipa file to appstore connect, until upload file it is success and no issue, but when i checked in activity and testflight, no new apps appears/processing, why it's happened?
Distribution app not show in activity and testflight
Have you checked in the App Store Connect web page that there is nothing preventing the app from being released?
Go to App Store Connect, and select your app, then look at the TestFlight section and in there check the list of iOS builds.
I had some problems: there was an extra step to perform to get through a 'compliance' problem regarding export of encryption technologies.
You can set a flag in XCode - in the Info part of the project settings, in Custom iOS Target Properties, add 'App Users Non-Exempt Encryption' and set it to YES or NO as appropriate: that will sort things out for the next version you build.
This link might help
Go to App Store Connect, and select your app, then look at the TestFlight section and in there check the list of iOS builds.
I had some problems: there was an extra step to perform to get through a 'compliance' problem regarding export of encryption technologies.
You can set a flag in XCode - in the Info part of the project settings, in Custom iOS Target Properties, add 'App Users Non-Exempt Encryption' and set it to YES or NO as appropriate: that will sort things out for the next version you build.
This link might help