Device Information
- iOS Version: 18.0.1
- Model: iPhone 12
Issue Summary
When calling the function connectWithConnectKit() to retrieve account information, the account details are not received on the first attempt. Below is the observed behavior:
-
Initial Call
- Function called:
ParticleConnect.connectWithConnectKitConfig(config)
- Result: UI bottom sheet opens as expected.
- User enters email, then enters PIN code.
- Problem: Account information is not received.
-
Second Attempt
- Function called again:
ParticleConnect.connectWithConnectKitConfig(config)
- Result: UI bottom sheet opens again.
- Outcome: Account information is successfully received.
It appears that the account information only becomes available on the second call to connectWithConnectKit().
Device Information
Issue Summary
When calling the function
connectWithConnectKit()to retrieve account information, the account details are not received on the first attempt. Below is the observed behavior:Initial Call
ParticleConnect.connectWithConnectKitConfig(config)Second Attempt
ParticleConnect.connectWithConnectKitConfig(config)It appears that the account information only becomes available on the second call to
connectWithConnectKit().