Skip to content

iOS connectWithConnectKit not working properly using connect_kit plugin #23

@basit-h

Description

@basit-h

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions