没有TestFlight崩溃报告

时间:2015-11-27 11:41:51

标签: testflight

我只想确认TestFlight用户无法获得Crash报告。

任何人都可以确认他们能够接收通过TestFlight分发的测试版应用的iOS崩溃报告。

以下是Apple开发人员库中有关Crashes Organizer的摘录:

@Override
    public Scene onCreateScene() {
        final Scene scene = new Scene();  

        this.tmxLayer = this.mTMXTiledMap.getTMXLayers().get(0); 

        scene.setChildrenVisible(false);
        scene.setBackgroundEnabled(false);
        tmxLayer.setScale(0.5f) ; 
        scene.attachChild(tmxLayer) ;


    return scene;

    }   

以下是iTunes Connect的摘录:

How Crash Logs Are Collected and Aggregated into Crash Reports
Apple provides a service that collects crash logs from users and organizes them into downloadable crash reports. However, crash logs are collected only if you upload an app with the symbols. (In the Archives organizer, select the “Include app symbols for your application…” box when you upload your app to iTunes Connect.) For apps released in store, the user must also agree to share crash logs with developers. TestFlight users automatically share crash logs with developers. The service that creates the crash reports does the following:
Collects crash logs from apps and app extensions running on user devices
Symbolicates the crash logs (replaces memory addresses with human-readable names)
Compares stack traces to identify and group similar crash logs into crash reports
Removes all personal user data from crash logs
Provides the total number of unique devices where the crash occurred
Provides a sample set of crash logs for each crash report
Updates crash reports daily

所以我很困惑是否可以通过iTunes Connect为TestFlight的测试版提供崩溃报告!

1 个答案:

答案 0 :(得分:0)

在XCode的管理器中,你的所有版本http://i.imgur.com/TYyjNwy.png都会崩溃,但是直接在iTunes Connect中(不再那么有用)你将只获得已发布版本的统计信息

尼古拉斯