I can find the Team ID for a registered development account by going to:developer.apple.com > Account > Membership > Team IDI'm sure that a similar ID exists for the Personal Team. If I select my personal team in xcode and then open MyProject.xcodeproj > project.pbxproj, I can find said ID by looking for DEVELOPMENT_TEAM. But this is a rather hacky way to find my personal team ID. Are there other simpler ways to find it?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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?
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.