I am using the spark-setup-ios
to setup and claim a commercial product and we are currently in a late development phase and test software, mobile apps. I've set the SparkSetupCustomization
to use productMode
and also set productID
to match the ID of my product.
When entering the device assistant and starting setup I get the following issue with Particle.io API:
generateClaimCodeForOrganization https://api.particle.io/v1/products/4884/device_claims Failed (status code 400): {
code = 400;
error = "activation code was empty";
ok = 0;
}
I am not pretty sure what that activation code is but when looking into the documentation it says the following about activation_code
:
Activation Code. Only required if product is in private beta. Product endpoint only.
Does that mean that I have to chose a plan (currently on free plan for testing and development) to get this working?
If activation code is required where can I find it? I cannot find anything about it in the docs!
Thanks,
Simon