get iphone serial number in c#

Good afternoon, it is possible to consume some information from the iphone, such as MEC / IMEI / SERIAL NUMBER, via dotnet maui (C#)?

I'm developing an application, where I need to validate the user's session

Replies

Generally those identifiers are not available to apps. There may be exceptions for e.g. cellular networks' own apps.

endecotp is correct here.

Regarding your ultimate goal, you wrote:

where I need to validate the user's session

How does the serial number help you do that? In this in a managed environment, where you already have a database of serial numbers of all your user’s devices?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"