I have two apps on Android which need to share few files among them. Right now I share files via a ftp server.
Is there a way I can authenticate these apps to each other so that they can look into each others installed directory?
Thank you. AAT
I have two apps on Android which need to share few files among them. Right now I share files via a ftp server.
Is there a way I can authenticate these apps to each other so that they can look into each others installed directory?
Thank you. AAT
You need to set android:sharedUserId in manifest for both apps and sign them with the same certificate:
Version1 (com.example.v1):
Call you SharedPrefences with the following flags:
Free version (com.example.v2):
This works both ways and you can share your preferences among your applications