ATDatabaseException

anaxdema Jun 27, 2012 10:25AM EDT

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

Up 0 Rated Down
Jithin (AddThis Happiness Specialist) Jul 04, 2012 07:45AM EDT
Hi,

The second parameter of the method that you are calling should pass the service code to which you want the share to happen.

Thanks,
Jithin Roy

This question is closed to new answers.

Still need help?


General Topics

 

Developers