Skip to content

Callback is executed right away instead of waiting for SMS to be sent #15

@parijatsahai

Description

@parijatsahai

I am facing an issue where the callback is executed right after the SMS is triggered to be sent. This means that if I use "sendDirect" option, then the callback always returns success even though the SMS might have failed to be sent in the background, and if I use "sendIndirect" option, then the callback is executed even when the SMS app is open and the user hasn't hit the Send button. Doesn't the module wait for the SMS app/intent to return before the callback is executed? If not, then what's the difference between using Linking.openURL() vs using this module? The main reason for using this module was to have my app wait for the SMS to be sent before it displayed confirmation or error response to the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions