Closed ghost closed 3 years ago
@bala-kredx The ZohoSalesIQ.Chat.show
API has been used incorrectly here.
You can find the documentation for this API here.
Here is the example code snippet that should work:
RCT_EXPORT_METHOD(openChat){
dispatch_async(dispatch_get_main_queue(), ^{
[[ZohoSalesIQ Chat] showWithReferenceID:nil new:NO];
});
}
We hope that the API reference provided answers your question. This issue is being closed. Feel free to add more comments here in case you have further queries.
Describe the bug While trying to generate a build in iOS, getting the error: No visible @interface for 'LCSharedHandler' declares the selector 'show:'
To Reproduce Steps to reproduce the behavior:
pod 'Mobilisten','3.6.4'
podfile.lock
andPods
folderpod repo update && pod install
No visible @interface for 'LCSharedHandler' declares the selector 'show:'
Expected behavior Successful build generation for iOS
Screenshots
Smartphone (please complete the following information):
Do you usually run the project on the simulator or a physical device? Simulator
Additional Information