Closed jwhits closed 6 years ago
@db3dev anything ?
The original demo app was created with Android in mind. Running it on IOS is not the same experience. The functionality of the plugin works which is demonstrated with console.log. If you check the server side you'll see it is receiving and sending messages. If you login simultaneously with an Android app it will populate them.
I'm not familiar with nativescript apps without being built with angular so I haven't attempted to adjust the UI.
The android demo app seems to work fine. I am having a couple of issues with the iOS demo app. It starts and connects to the server but there is a few errors and it doesn't send messages or get the list of previously sent messages to display on screen.
This error is appears just after the build is completed. Followed by a dump.
assertion failed: 15F34 13E230: libxpc.dylib + 71506 [6F98A9DA-B46E-3A2B-88D4-92F1EC77477F]: 0x7d
Here is the iOS demo app connection to the server.
Here is the login followed by another error.
When trying to send a message the server throws this error.
Any ideas what is going on?