Why two different app using aviary sdk not installed in same device?
Asked Answered
E

1

6

I have developed two apps using Aviary SDK, Both have different keys. The app links are :

Photo Sketcher

Photo Editor

I am facing an strange issue while installing both apps from play store. If one installed already in a device then while installing other, It's giving me duplicate provider authority.

But I have created different secret keys for both apps and put those respectively. Even though I am getting this error.

How can I resolve this issue ?

Expressive answered 30/1, 2014 at 4:33 Comment(5)
Can you post the Manifest files for each of the two apps?Barnette
Yeah sure! Give me a minute :PExpressive
This thread will be help I guess. #6420630Hesperidium
Thanks IBunny, I cant update my code now, will do at night and will let you know. :)Expressive
@Code-Guru I wanted to thank you, but you were not in the room ,but here I can, Thank you :)Expressive
R
3

Check Manifest file of both apps, you have probably put same authority (eg. android:authorities=com.exaple ) for both of your provider. Change and make it unique for both app. You can use package name likeandroid:authorities="{your.package.name}.YourProvider".

Rascal answered 30/1, 2014 at 16:50 Comment(1)
Yes! that was my issue, I found it earlier. Thanks anyway :)Expressive

© 2022 - 2024 — McMap. All rights reserved.