N nicieri Active Member Licensed User Longtime User Jan 26, 2016 #1 Hi, I have this problem, Apple rejected my applciation because crashed on launch!. I have the application working perfectly on my iPhone, and also work great on the emulators. Why? Apple tell me this: January 25, 2016 at 1:19 PM De Apple 2.1 Details We were unable to review your app, as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue. Next Steps Please revise your app and test it on a device to ensure it will launch without crashing. Apple sent me the log files, "- symbolicated crash logs - if your issue results in a crash log" "See the attachments files" Attachments 1.txt 488 bytes · Views: 192 2.txt 35.4 KB · Views: 201 3.txt 34.9 KB · Views: 195
Hi, I have this problem, Apple rejected my applciation because crashed on launch!. I have the application working perfectly on my iPhone, and also work great on the emulators. Why? Apple tell me this: January 25, 2016 at 1:19 PM De Apple 2.1 Details We were unable to review your app, as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue. Next Steps Please revise your app and test it on a device to ensure it will launch without crashing. Apple sent me the log files, "- symbolicated crash logs - if your issue results in a crash log" "See the attachments files"
Erel B4X founder Staff member Licensed User Longtime User Jan 26, 2016 #2 Uninstall the app from your device and test it in release mode. Does it work? Try it again when airplane mode is enabled. Upvote 0
Uninstall the app from your device and test it in release mode. Does it work? Try it again when airplane mode is enabled.
N nicieri Active Member Licensed User Longtime User Jan 26, 2016 #3 Yes, I have in my iPhone the release version, I tried in the airplane mode too. In my iPhone my app work's great!. which may be? Upvote 0
Yes, I have in my iPhone the release version, I tried in the airplane mode too. In my iPhone my app work's great!. which may be?
Erel B4X founder Staff member Licensed User Longtime User Jan 26, 2016 #4 Have you tried it after you first uninstalled the app from the device? Upvote 0
N nicieri Active Member Licensed User Longtime User Jan 26, 2016 #5 Yes... I unistalled the app,.. then I install the app.. an this work great. Upvote 0
N nicieri Active Member Licensed User Longtime User Jan 26, 2016 #6 Ok, as happened to me (a new release). In released me closes the application. But in debug, it is never closed. I can not see the error. I just see the login page, and the application is closed, immediately (but not all the times, some times open and work perfectly). Upvote 0
Ok, as happened to me (a new release). In released me closes the application. But in debug, it is never closed. I can not see the error. I just see the login page, and the application is closed, immediately (but not all the times, some times open and work perfectly).
N nicieri Active Member Licensed User Longtime User Jan 26, 2016 #7 I uninstalled the application, I reinstalled (same binary, unmodified) and again it works perfectly, it is not closed. It is a big problem as there is no way to know the error. There seems to be a problem with the code as it is exactly the same, has not changed at all. Upvote 0
I uninstalled the application, I reinstalled (same binary, unmodified) and again it works perfectly, it is not closed. It is a big problem as there is no way to know the error. There seems to be a problem with the code as it is exactly the same, has not changed at all.
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2016 #8 You should use iReleaseLogger to check the logs in release mode. Upvote 0