Closed ashutosh-mulik closed 1 year ago
Hi @ashutosh-mulik ,
Thanks for writing to us. Please verify that the package name registered with the SalesIQ for your app is the same as your application's package name. Also, please check whether the app and access key for Android and iOS are correct.
For further queries, please feel free to write us at support@zohosalesiq.com. We will be happy to assist you.
Regards,
Bhahirathan M, Zoho SalesIQ.
@DavidBhahirathan hello, I got the same error.
We are using 4 flavors for our application but on the SalesIQ platform, we only have 1 brand slot for our current plan.
the main bundleId is com.ourcompany.mobile
but this runs only in production.
I thought that the reason of this initialization issue could be that the access keys are not matching for the flavor bundleIDs.
Can you confirm that?
dev: 'com.ourcompany.mobile.dev' uat: 'com.ourcompany.mobile.uat' staging: 'com.ourcompany.mobile.stg' production: 'com.ourcompany.mobile' --> We just want to set this on SalesIQ configs, not all the flavors but they do not work. Because, the app key and access key are generated differently for flavors.
I tried to deactivate a brand and added a new one with dev flavor bundle ID and it worked for iOS but not Android.
Flutter version: 2.10.3
salesiq_mobilisten: ^1.0.4
PlatformException(601, operation failed, null, null)
Hi @yasinarik ,
Sorry, It's not possible to use mobilisten with such flavors with the base package name as you have mentioned because the SDK is initialized with the package name that you've registered in the SalesIQ with your application's package with its respective app key and access key. So If the package name is anything other than the registered package name, it won't work.
The only way to use the SDK as per your requirement is to purchase a new add-on brand for your portal. So please use all the keys and package name correctly.
Getting PlatformException(601, operation failed, null, null) after following installation steps.
Flutter Doctor