Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Cody Coats
7,469 PointsUsage tracking in iOS
Have created a word game app. Wanting to collect usage to collect information on how to shape the game play. What would be a simple way to log information like "word played" that I can access? Frameworks, or a native solution?
1 Answer
Stephen Whitfield
16,771 PointsLogging information sounds like backend talk. You might need all of that data stored in a database or stored somewhere in the cloud. There are frameworks out there for that and with a good Google search, you ought to be able to run into several. But make sure you let the user know what you plan on doing at some point early on in the onboarding of your app.
From the App Store Guidelines: