Hi guys. How do I submit many achievements for GP game services by one call.
The core logic i use:
1-Login check; 2-Submit achievement id; 3-If id submitted successfully; 4-show achievements.
But the problem to submit multiply achievements. For example I have global variable that change from 0 to 12. Each number is a different achievement. Now if I discover new level/task the variable will increased by one, and I can unlock new achievement. But what if I discover in one game session few levels, the global variable will increased by few numbers, and now if I want to submit achievements to GP services this will submit only last one, ignoring and skipping previous achiv. How you guys solves this issue?