I can't upload .apk file for automated test on mobile with Appium, Robot Framework - appium

I got error 403 after uploaded .apk file
Thank you.
try to upload and got error 403. I think it should be success.

Related

Not able to build .ipa file in flutter

I am facing an error when I am trying to build the .ipa file in #Flutter Project and the project is running perfectly when I am using a real iOS device. Please let me know if anyone can connect with me and help me to solve this error - this is my pastebin code mDRHdD1W

Getting "failed to issue sandbox extension for file ( .MP4 )" error

I need your help to resolve the below error.
Actually, when I am uploading a .MP4 file from the XCODE Simulator then files are uploading perfectly but when I am uploading via iPhone it's not transferring the file to the S3 bucket. I checked few posts and found the issue is producing due to the latest version of iOS 14.4.2 but nothing 100% proved.
So is anyone can help me to resolve this issue, please?
failed to issue sandbox extension for file file:///var/mobile/Media/DCIM/102APPLE/IMG_2255.MP4, errno = 1

appcenter-cli gives "400 error code" while uploading ipa file to appcenter using appcenter cli

I am working on a script that uploads and distributes the IPA file to a particular group through the app center. To serve this purpose, I am using the app center CLI command app center distribute release.
appcenter distribute release --token “XXXXXXXXXXXXXXXXXXXXXXXXXX” --app "ownerName/appName" --group "groupName" --file "path-to-ipa-file" --release-notes "Distributing from local machine" --debug
While executing this command, I am getting below error
/ Aborting release upload...Response status code: 200
Body: {}
Release upload was aborted
Error: release binary file uploading failed: HTTP 400 Bad Request
However, I receive this error while uploading the IPA file which is generated through xcodebuild command. Just to clarify, the IPA file generated through xcodebuild command is working fine in iOS devices. But if I upload the IPA file, which is generated through the app center itself then the same command is working fine and the IPA file is uploaded and distributed successfully on the app center. (Right now I have integrated app center to build the application and distribute it but I am moving the build part somewhere else so I just want to use it as a distribution tool)
I am stuck in this issue from last two weeks. It would be really great if someone can help me to solve this issue.
So finally I found the reason behind the issue. I found that the provisioning profile used to build the app was expired and due to that the generated ipa file does contain profile but expired one. So appcenter consider the ipa file is invalid and could not upload it.
Try uploading the ipa manually on appcenter.ms. We had this issue when appcenter could not process the binary itself. You will be able too see the error there.

KIF .xctest directory for Amazon Device Farm

According to the AWS Developer Forum website I have to upload a zipped .xctest directory to their service to have my app tested on their service. I have KIF running and working on simulator just fine. The problem is, I don't know how to get the .xctest folder so I can send it to AWS. Help would be appreciated.
After a day of searching I found the .xctest "file". It's in your app's DerivedData directory, just next to the .app and .app.dSYM files:
~/Library/Developer/Xcode/DerivedData/MyApp-xxxxxxx/Build/Products/Debug-iphonesimulator/MyApp Tests.xctest

ADALiOS gives error while archiving from xcode

I have integrated ADALiOS into my app. Its woking fine in simulator as well as in device also but while creating a build from Xcode or archiving, it shows an error. Here is the error-
cp:
/Users/shashankmishra/Library/Developer/Xcode/DerivedData/SampleADWorkSpace-bescefcakmluwugktvayiqiqirzz/Build/Intermediates/ArchiveIntermediates/SampleADToken/InstallationBuildProductsLocation/usr/local/lib/Headers/ADALiOS/:
No such file or directory
Please give me some extension or suggestion regarding the same. Any help would be appreciated.
Thanks

Resources