So basically I have a QR code generator in the app, I already implemented a feature generating it with url, such as domain.com/userid?=111.
So, now I want QR code scanner to scan it and get only the id part of the user out of it, like it scanned the url example provided above, and then I just want to get '111' part to process.
How can I implement it?
domain.com?userid=111instead ofdomain.com/userid?=111domain.com/?userid=111, read more here: stackoverflow.com/a/1617074/1204153