I’ve encountered a problem with the Salesforce SDK in my iOS software, particularly associated to the AuthHelper.loginIfRequired operate. When logging in with credentials, the callback is appropriately triggered solely as soon as. Nonetheless, if the consumer is already logged in, the callback is issued twice.
Anticipated Conduct:
The callback must be issued solely as soon as, no matter whether or not the consumer is logging in with credentials or is already logged in.
Precise Conduct:
When the consumer is already logged in, the callback from AuthHelper.loginIfRequired is issued twice, inflicting surprising conduct within the software.
i attempted to undergo this however not succedd