Code Monkey home page Code Monkey logo

qiscuscore-ios's People

Contributors

adicatur avatar ariefnurputranto avatar asharijuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

qiscuscore-ios's Issues

Crash after login

When I login using the function

QiscusCore.loginOrRegister(userID: userEmail, userKey: self.chatKey, onSuccess: { user in
.
.
}

It logs in successfully but then crashes with the following log:

=================================================================
Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
PID: 3529, TID: 1149131, Thread name: (none), Queue name: com.apple.root.default-qos.overcommit, QoS: 0
Backtrace:
4   QiscusCore                          0x0000000103030ccc globalinit_33_54D758E97A65E2F259D9CFBDE358ABCF_func13 + 32748
5   QiscusCore                          0x000000010300c57c globalinit_33_A1A0FC6AAED9C36D9D3BAC28A302EF59_func9 + 2716
6   QiscusCore                          0x0000000103027828 __swift_project_boxed_opaque_existential_1 + 29132
7   QiscusCore                          0x000000010304054c globalinit_33_0578FA367A266B8DBE01B1C2B5B3000B_func15 + 3368
8   libdispatch.dylib                   0x0000000103b04c74 _dispatch_client_callout + 16
9   libdispatch.dylib                   0x0000000103b07ffc _dispatch_continuation_pop + 524
10  libdispatch.dylib                   0x0000000103b1a610 _dispatch_source_invoke + 1444
11  libdispatch.dylib                   0x0000000103b15dc8 _dispatch_root_queue_drain + 372
12  libdispatch.dylib                   0x0000000103b167ac _dispatch_worker_thread2 + 156
13  libsystem_pthread.dylib             0x00000002248b91b4 _pthread_wqthread + 464
14  libsystem_pthread.dylib             0x00000002248bbcd4 start_wqthread + 4
2019-07-14 16:08:51.375839+0100 Aqarmap Consumer[3529:1149131] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
PID: 3529, TID: 1149131, Thread name: (none), Queue name: com.apple.root.default-qos.overcommit, QoS: 0
Backtrace:
4   QiscusCore                          0x0000000103030ccc globalinit_33_54D758E97A65E2F259D9CFBDE358ABCF_func13 + 32748
5   QiscusCore                          0x000000010300c57c globalinit_33_A1A0FC6AAED9C36D9D3BAC28A302EF59_func9 + 2716
6   QiscusCore                          0x0000000103027828 __swift_project_boxed_opaque_existential_1 + 29132
7   QiscusCore                          0x000000010304054c globalinit_33_0578FA367A266B8DBE01B1C2B5B3000B_func15 + 3368
8   libdispatch.dylib                   0x0000000103b04c74 _dispatch_client_callout + 16
9   libdispatch.dylib                   0x0000000103b07ffc _dispatch_continuation_pop + 524
10  libdispatch.dylib                   0x0000000103b1a610 _dispatch_source_invoke + 1444
11  libdispatch.dylib                   0x0000000103b15dc8 _dispatch_root_queue_drain + 372
12  libdispatch.dylib                   0x0000000103b167ac _dispatch_worker_thread2 + 156
13  libsystem_pthread.dylib             0x00000002248b91b4 _pthread_wqthread + 464
14  libsystem_pthread.dylib             0x00000002248bbcd4 start_wqthread + 4
2019-07-14 16:08:59.853790+0100 Aqarmap Consumer[3529:1148587] Failed to set (imageViewInset) user defined inspected property on (UIButton): [<UIButton 0x106e37620> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imageViewInset.
2019-07-14 16:08:59.854006+0100 Aqarmap Consumer[3529:1148587] Failed to set (imageViewInset) user defined inspected property on (UIButton): [<UIButton 0x103f356f0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imageViewInset.
2019-07-14 16:08:59.854161+0100 Aqarmap Consumer[3529:1148587] Failed to set (imageViewInset) user defined inspected property on (UIButton): [<UIButton 0x106e35b50> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imageViewInset.
QiscusRealtime was compiled with optimization - stepping may behave oddly; variables may not be

I traced the error and here's where it seems to happen:
image

I am using version 0.3.5

Cannot upload more than 10 MB

Hi! I'm trying to use QiscusCore upload function in my project, if I tried to upload files (video) more than 10 MB, the qiscuss server will always return " Error: json: {
error = {message = "Request error: 400 Bad Request";};
status = 500;}"

Its works fine if we tried to upload video less than 10MB (example 5MB-8MB)
can you help us?

Can't install in an app extension

I've tried add QiscusCore sdk as depencies into my app extension and get this error

'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.
QiscusWorkerManager line 19, and RealtimeManager line 669

Unable to run on XCode 11

Hi,
We(Halodoc) are using QiscusCore 0.3.4, with Swift 5. it works fine on XCode 10, but getting compile error on XCode 11.

here is the error details:
Module compiled with Swift 5.0 cannot be imported by the Swift 5.1 compiler: /Users/keshavgn/Desktop/Projects/halodoc-ios/Pods/QiscusCore/QiscusCore.framework/Modules/QiscusCore.swiftmodule/i386.swiftmodule

could you let us know what is the issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.