I am trying to publish an application that can be used by other applications (which means that other applications can call my application to execute some services). However, I see that when I sign my application using my default.keystore and another application (who want to communicate with my application) that are signed by some other default.keystore, they cannot communicate or call my application.
If both applications and another application are signed with the same keystore, they can communicate.
Can you find out how I can sign an application and let another signed application call it?
source
share