blitz-research / monkey

Blitz Research Monkey Source
225 stars 59 forks source link

Bugfix: MonkeyStore / Android / More than 20 products #73

Closed JochenHeizmann closed 9 years ago

JochenHeizmann commented 9 years ago

When you have a list with more than 20 products the store could not be started because the Google Backend sends an error response back (BILLING_RESPONSE_RESULT_DEVELOPER_ERROR),

I've fixed it by batching max. 20 products at once.