Good day.
When I tried to use AddThis sdk in my android app I'm getting error for
com.addthis.error.ATDatabaseException: Couldnot find the service MayAPP in the database
while executing the below line of code.
try {
AddThis.shareItem(context, mShareTitle, makeGooglePlayUri(context).toString(), mShareTitle,getShareDescriptionMessage(context) );
} catch (ATDatabaseException e) {
e.printStackTrace();
} catch (ATSharerException e) {
e.printStackTrace();
}
Help me, please.
Thanks,
Anaxdema
This question is closed to new answers.