I want to test third party developer apps with robotium. The problem is both apk should sign with same keys. So if third party developer put constraint or some check on run time for particular signature , how can i test?
Resigning is not a solution in this case? And also the other solution i can think of multi sign. Is there any better way?
PS: I already went through related threads. I apologies if i have missed any.