Testflight SDK缺少报告 [英] Testflight SDK missing reports

查看:62
本文介绍了Testflight SDK缺少报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经为我的iOS应用程序安装了Testflight SDK.遵循手册的每一步.问题是-我没有从应用程序得到任何报告.没有会话报告,错误,反馈-什么都没有.我已经检查了团队令牌-一切都匹配.

I've installed Testflight SDK for my iOS application. Followed the manual in every step. The problem is - I don't get any reports from application. No session reports, errors, feedbacks - nothing. I've checked Team Token - everything matches.

这是我的代码:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{   

    //bla bla bla some initialization code

    [TestFlight takeOff:@"my team token"];
    [TestFlight setDeviceIdentifier:[[UIDevice currentDevice] uniqueIdentifier]];

    TFLog(@"Test message");

    return YES;
}

我想念什么?

推荐答案

您的日志应打印出开始的会话"或识别的团队令牌"消息.如果是这样,但仍然无法正常工作,则可能是TestFlight方面的问题.我就类似的问题与他们联系,他们迅速做出回应,他们试图将所有错误从系统中清除掉,这将导致一段时间的不稳定.我有时会收到消息,有时却不会.希望他们能尽快解决.我认为uniqueIdentifier并没有多大关系,但我认为删除它不会有任何伤害.

Your log should print out a "Started session" or "Team token recognized" message. If so and it still doesn't work then it's probably a problem on TestFlight's side. I contacted them about a similar issue and they responded promptly with the fact that they are trying to flush all the bugs out of their system and this will result in some instability for a little while. I sometimes get messages and sometimes not. Hopefully they'll get it fixed soon. I don't think the uniqueIdentifier thing has much to do with it, but I guess it doesn't hurt to remove it.

这篇关于Testflight SDK缺少报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆