Hello,
I have built a mobile app and want to know how to remove the linked device of the app. The scenario is A user wants to register a new device to the app and wants to remove the existing device as the app allows only 1 device to be registered.
Is there any component/plugins to achieve this or any other way. Thank you.
You can use a plugin that does that for you such as: https://www.outsystems.com/forge/component-overview/9436/unique-device-id-preserved
The registration and de-registration process would need to be 100% built in your app by you.Best,
RAD Manage
How are you registering the devices in the first place?
I don't know of any OutSystems 'apps registered per user' limitation...
Ideally, if you are looking for help with your own implementation of this, you would have a login screen where you authenticate the user, show a warning if the user already has a device registered, and give them the option to replace that device with the current one....
If this doesn't help please try to give us more information on your use case.
Best,RAD Manage
Hi
Even I want to understand more on that part. How do the devices get registered to the mobile app developed in Outsystems. When Users login to the app do the devices get registered automatically?
and also, how to de register the devices. Because my requirement is to limit registering only one device per user.
Thanks, RAD Manage for quick response, this component will help me in achieving my requirement.