You are implementing a native registration flow using the mobile SDK as follows: Call accounts.initRegistration. Call accounts.register with the loginID and password, and regToken. Account goes to pending registration status - missing required fields. Call accounts.setAccountInfo with required fields dat
a. Call accounts.finalizeRegistration. However, you are getting a permission error when performing steps 3 and 4. Which parameters should be passed to steps 3 and 4 to stop the error?
Currently there are no comments in this discussion, be the first to comment!