How to view Crash Reports from TestFlight Beta tester in Organizer - app-store-connect

I have a beta build of my app that i give to some extern testers via TestFlight. One tester has a problem with the build and I also see that his version crashes in iTunes Connect.
When I go to iTunes Connect -> Select my App -> and then go to activity and select the build I see that that there are crashes.
Then I open the Organizer from xCode -> Window -> Organizer and select my app and then go to Crashes tab it shows me that I got no crashes.
Th tester activated the option "Share with App-Developers" in Settings -> Privacy -> Diagnose & Usage
What do I do wrong that it shows me no crashes in the organizer?
Thanks for your time and merry Christmas!

Related

Deploy app onto a real device and get rid of local-dev-server dependence

Appreciate your lecture.
Currently, I can successfully deploy the app onto my iPhone device.
However, the app is rely on local-dev-server.
How could I get rid of the local-dev-server?
I used this command to deploy the app react-native run-ios --device 'iPhone' onto my cellphone
Here's my repo
https://github.com/poc7667/reacti-native-album
Here is a section from RN docs:
Building an app for distribution in the App Store requires using the Release scheme in Xcode. Apps built for Release will automatically disable the in-app Developer menu, which will prevent your users from inadvertently accessing the menu in production. It will also bundle the JavaScript locally, so you can put the app on a device and test whilst not connected to the computer.
To configure your app to be built using the Release scheme, go to Product → Scheme → Edit Scheme. Select the Run tab in the sidebar, then set the Build Configuration dropdown to Release.
you just need to select the Release scheme on the run configuration in xCode and hit the run button.

How can I get crash reports with TestFlight in iTunes Connect?

With the old version (TestflightApp.com), there was a friendly interface to get crash reports. But now, I can't find the crash information in iTunes Connect.
Does Apple no longer support this? will they support it ?
Is there any other solution ?
Here is the release update for the newest Xcode Beta:
https://developer.apple.com/news/?id=02232015d
After you install the latest beta you can then see crashes reported in the organizer view which can be accessed window -> organizer in Xcode's menu bar.

Xcode 5 crashes when exporting archive

I'm trying to distribute my iOS app in OTA mode. It worked fine until now, but recently each time I try to export my archive, Xcode crashes.
I'm using OSX Mavericks and Xcode 5.0.2 (all are up to date).
Below is what I'm doing:
Product -> Archive
From the organizer -> Archives -> Distribute
Save for Enterprise or ad-hoc deployment -> Click Next
I select the provisioning profile (ad hoc profile) -> Click Export
Here the finder appears and Xcode crashes.
I tried to repair disk permissions and read the forums for about 3 hours, still crashing !
Any help would be greatly appreciated.
Best
Jerome
Go into the iOS developer centre and accept the new terms and conditions or licensing agreement.
I was having the same issue in both Xcode 6.0 & 6.1, I removed the account from Xcod Accounts & added it again, It worked like a charm

App crashes when downloading from appstore

My app running well when running through xcode. After apple submited my app i discovered it crushes on the user's devices. The bug on terminal is:
: * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CPTMutableNumericData setDataType:]: unrecognized selector sent to instance 0x21606e90'
I know I use this class in CorePlot-CocoaTouch.h.
1.How can i solve it?
2.Why it is happens only when user download it (Also me, as a user) and not crush when running through xcode?
Thanks
It sounds like you only tested your app using development builds. Before submitting to the app store you want to test the release build using Adhoc deployment. This lets you test the version you will end up sending to Apple.
For now you need to run your app so it crashes on your own device. Then connect the device to your computer with Xcode running. Go to the Organizer window and select the Devices tab. Click on the Device Logs section near the top left corner. After some updating you should see a crash log for your app at the time you just made it crash. Use the crash log to determine where in your app it is crashing.

iPhone - Can not find my application

I have a super weird issue. I'm developing an iOS-app and just recently I noticed that I can not find my app on my iPhone. It shows up in the list when searching for the app and when I try to build my app on Xcode it fails because of my app's Core Data model is different from the one I'm building in Xcode. So I need do delete my app from my iPhone but it's hard when I can't find the actual app at all.
I've tried restarting my iPhone to no avail and I have also browsed every screen in the springboard to find my app but it is just not there.
Xcode 4.5 and iOS 6.0.1
On iOS 6, when you search for an app in Springboard (the launcher), it shows the name of the folder containing the app (if the app is in a folder). That might help you find it.
But if you've installed the app using Xcode, there's an easier way to delete it. Choose Window > Organizer from the menu bar, then click the Devices tab in the Organizer window. Find your device in the list of devices and click the “Applications” row under your device. The Organizer will show you a list of all the apps you have installed on the device using Xcode. You can click on an app in the list, then press the delete key on your keyboard, or click the Delete button at the bottom of the window, to remove the app from the device.