good evening,
i am developing an application with syncfusion components, when the application is running in the simulator, everything is fine. but when the file is generated to publish and i install it on a mobile device the application closes. see the test video.
1. previously i have cleared cache
2. i have installed the latest versions
3. the codes are well implemented
I don't know what to do ....
any ideas?
thank you very much for the answer, however it is a multiplatform app. in android it works very well, in IOS it crashes when the file is generated to publish (release), if I compile in the simulator or use the cell phone to compile (debug) everything works very well.
i mean i don't know how to generate a stack trace report in that case
thank you very much for the answer, however it is a multiplatform app. in android it works very well, in IOS it crashes when the file is generated to publish (release), if I compile in the simulator or use the cell phone to compile (debug) everything works very well.
i mean i don't know how to generate a stack trace report in that case
I solved the problem.
if you are sure that your implementation is correct, check the data source.
in my case I had numbers with the format XX.XXXX for example 33.9878
I had to change it to a format, XX.XX as 33.98