You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
basit-h
changed the title
iOS connectWithConnectKit not working properly
iOS connectWithConnectKit not working properly using connect_kit plugin
Nov 1, 2024
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()
.The text was updated successfully, but these errors were encountered: