Reputation: 21617
Can i use Appium to test an app that i download, which were not developed and package on my mac?
I try to do this on an iOS app. But when I Launch it, it crash immediately every time.
Why? And is it possible on Android? Thanks for help.
Upvotes: 1
Views: 117
Reputation: 595
You can do so with Android apps if you have the .apk
file.
But it is impossible with iOS apps because they must be signed with developer identity from XCode application when building the .ipa
file. Otherwise it will not run on Appium.
Upvotes: 4