Hello,
We have an API that wraps around Game Center API and we would like to have automated tests for our API. The test would need to run in a remote data center, so there is no way to perform manual test steps.
Ideally, we would want to simulate sign in and sign out, test achievements and game saves without the need for any manual input.
Running in the simulator should be enough for our use case, though we could also use real devices if necessary.
Is there any way to accomplish that?
Post
Replies
Boosts
Views
Activity
Is it possible to set an achievement progress to numbers like 0.5% or 50.1%?
The fact that achievement progress is reported via a double suggests that it should be possible, but when I try doing it only the integer part seems to be saved.