app-store-connect
Fastlane : [altool] Error: Unable to upload archive. Failed to get authorization for username and password
Hello I was struggling with this issue for many days. Solution Step 1 Go to https://appleid.apple.com/account/manage login in and go to App-Specific Passwords, after generate a new App Specific Password copy it. Step2 Inside fastlane folder create a new file .env.default and add the two properties . FASTLANE_USER=<Apple USER ID> FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=<App-Specific Password> Use an app-specific … Read more
How to solve “Application failed codesign verification” when uploading to iTunes Connect?
I found the solution to this problem after deeply looking at the log file. Although I created my own Distribution Profile and assigned to the CODE SIGNING IDENTITY the correct value for the developer certificate, it didn’t work giving me an error: “Application failed codesign verification”. The problem is at the following line: Authority=iPhone Developer: … Read more
Xcode 9 – Simulator: Screenshots taken are not of correct resolution for ItunesConnect / AppStore Connect
In Xcode 9.1, go to Simulator Menu > Debug > Optimize Rendering for Window Scale. disable this option, now the screenshots will be in the right size (resolution).