Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Users and Devices Unity?

Can I ask how these two predefined tables work together. I cannot seem to get much information on how, or if, they interact.

I cannot see whether a device and user should, or would, create a record at the same time. And whether the user and device records are linked, or can they be linked.

If i need information from the user, that will need to be used in the PUSH, do I need to copy the same details from Users or Devices ?

Thanks

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Users and Devices Unity?

Hello! These collections are not connected.

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Users and Devices Unity?

Not sure you have answered my question at all!!!

Could you please read my question again, and perhaps answer it in more detail.

Thanks

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Users and Devices Unity?

Hi -

As Marina mentioned - this are separate collections.
And this collections are not linked and have no connections in between them.

Device collection is used to link your app with devices that are using your app and populates after the app has been installed on a device.

Users collection is for making the users registration process easier.
All the functionality is described here :: http://docs.appery.io/documentation/b...

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Users and Devices Unity?

Do I take it that the idea is for the Users collection is for web based apps. This is what I am trying to understand. As the app self populates, but now the user info, then I can only think, they are designed for two different interfaces ?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Users and Devices Unity?

It's for mobile web and native apps. For instance, your app has an account feature where you show user specific information. You could use the Users collection to create users, sign in users, etc.

Return to “Issues”