Tracking installs with cordova

Hey! I’m trying to build an app similar to YikYak which has no user accounts however they do keep track of the current install and all of the “yaks” that have been made by the installed user even after the app is closed. I was wondering if anyone had any experience doing something like this with metoer/cordova.

tl;dr How can I create documents/ownership of documents without needing an accounts system on mobile

Thanks

Any one of https://atmospherejs.com/?q=anonymous or https://atmospherejs.com/?q=guest would allow you to create users on the fly without requiring any sign up process, allowing you to track the content per user.

This still means you’ll have an accounts system, though.

But again, documents/ownership kind of implies an accounts system, however stealthy it works.

1 Like

That’s exactly what I was looking for. Thanks!

1 Like

This can be useful as well

2 Likes

This is Awesome! Thanks!