zoho / SalesIQ-Mobilisten-iOS

Your mobile app's ideal live chat partner. Power up your iOS App with the SalesIQ Mobilisten iOS SDK.
https://mobilisten.io
11 stars 4 forks source link

App is crashing when opening zoho for some users #8

Closed kohlidevils closed 4 years ago

kohlidevils commented 4 years ago

Mobilisten (= 1.1.1)

Here is stack trace: Crashed: com.apple.root.default-qos 0 Mobilisten 0x104117b64 hidden#16335 + 223 (hidden#20678_:223) 1 Mobilisten 0x1040b0640 hidden#4605 + 196 (_hidden#16341:196) 2 Mobilisten 0x1040a88fc hidden#16037 + 196 (hidden#16093_:196) 3 Mobilisten 0x10402c990 hidden#3375 + 4324346256 (_hidden#3105:4324346256) 4 libdispatch.dylib 0x1abe80b7c _dispatch_call_block_and_release + 32 5 libdispatch.dylib 0x1abe81fd8 _dispatch_client_callout + 20 6 libdispatch.dylib 0x1abe84414 _dispatch_queue_override_invoke + 672 7 libdispatch.dylib 0x1abe90bd4 _dispatch_root_queue_drain + 348 8 libdispatch.dylib 0x1abe91384 _dispatch_worker_thread2 + 120 9 libsystem_pthread.dylib 0x1abee7690 _pthread_wqthread + 216 10 libsystem_pthread.dylib 0x1abeed9e8 start_wqthread + 8

According to my findings this happens when we are trying to access something whose permission we haven't asked. We are asking following permissions:

  1. Privacy - Bluetooth Always Usage Description
  2. Privacy - Bluetooth Peripheral Usage Description
  3. Privacy - Camera Usage Description
  4. Privacy - Contacts Usage Description
  5. Privacy - Location When In Use Usage Description
  6. Privacy - Microphone Usage Description
  7. Privacy - Photo Library Usage Description
Rishabh-Raghunath commented 4 years ago

Since the crash log attached is unsymbolicated, it is unfortunately not possible to debug this issue with the given information. You can find the dSYM files needed to symbolicate crashes for all Mobilisten versions within the Debug Symbols folder in the repository. If you could share us symbolicated crash logs, it will help us gain more insight on the issue and we will look into this with priority. Please try updating the Mobilisten version to 1.1.6 as well.

Rishabh-Raghunath commented 4 years ago

Closing this issue due to inactivity. Please reopen the issue once more details to debug the case is available.