質問

I've been installing achievements into my iOS game recently using Game Center, and all appears to be fine.

What I'm wondering is is there anyway I can gather analytics on these achievements? I can't see anything explicit in iTunes Connect so I'm looking for something else I imagine.

役に立ちましたか?

解決

If you use flurry analytics you can easily do this. If you are looking for an iTunes Connect or Apple way of doing this there is no feature.

Flurry is 100% free to use and extremely easy to install into your app. It's pretty much drag and drop a few imports and then you're just added one line of code to track specific things.

How I suggest you do this is insert the [FlurryAPI logEvent:@"EVENT_NAME"] call in the same statement that you call an achievement in your iOS game.

Currently you can see in my game what the analytics look like:

enter image description here

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top