How to claim an electron using my own app

I am creating a Particle product with Electron. How can I let the customer claim their own Electron within my own iOS app using Particle SDK.

Current documentation seems only mentioning how to claim a Photon, how to do that to an Electron.

Thanks in advance for any help and hint.

Considering the SDK is just a wrapper for the API, I’d guess the same way, using the device ID: https://docs.particle.io/reference/api/#claim-a-device

Not sure, but doesn’t hurt to try?

You may have already done this but you’ll want to take a look at this section of the docs. Additionally, we are working to better support SIMs for products.