Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS connectWithConnectKit not working properly using connect_kit plugin #23

Open
basit-h opened this issue Oct 30, 2024 · 0 comments
Open

Comments

@basit-h
Copy link

basit-h commented Oct 30, 2024

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:

  1. 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.
  2. 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().

@basit-h basit-h changed the title iOS connectWithConnectKit not working properly iOS connectWithConnectKit not working properly using connect_kit plugin Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant