Develop React native messenger mobile sdk iOS issues

hi team.
We are developing an app in react-native that connects to genesys, but we found that the current react native wrapper is not compatible with current versions due to the use of the token store key, so we are modifying the wrapper to use the current versions of the Messenger Mobile SDK. but we have problems since xcode claims that the value of the deployment id, domain and registration is not found in the interface. if you can help us

we try another approach
MessengerAccount *account = [MessengerAccount init];
account.deploymentId = deploymentId; ...
but Xcode says. Property 'deploymentId' not found on object of type 'MessengerAccount *'

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.