Post

Replies

Boosts

Views

Activity

Appstoreconnect API can't query tester installed build
Hey,I want to check tester's installed app build via Appstoreconnect API, but the BetaTester.Relationships.Builds.Data object in response always return empty array.{ "data": [], "links": { "self": "https://api.appstoreconnect.apple.com/v1/betaTesters/eba48a5b-***/relationships/builds", "related": "https://api.appstoreconnect.apple.com/v1/betaTesters/eba48a5b-***/builds" }, "meta": { "paging": { "total": 0, "limit": 50 } } }I found a tester who has installed beta app, and the app build info is correct on appstoreconnect.apple.com website.But through API, this tester's build relationships link data still return nothing.Is it a bug? 😕Some screenshots about this problem.http://antinomy.me/co/test01.pnghttp://antinomy.me/co/test02.pnghttp://antinomy.me/co/test03.pnghttp://antinomy.me/co/test04.png
3
0
1.8k
Apr ’20
Strange iOS Crash Only on iOS 13.X, unable to find the cause of crash
Hello,The app is in production/testfilght and I have seen this crash in Xcode Organizer. The highest percentage of such crashes.It is happening on some of the devices that run iOS 13.0 ~ 13.3.So I suppose it is happening while lunching the app.One of the crash reports is on: https://gist.github.com/***7758258/0bdd45007a82003b1e96669ad33b5265Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001944b8634 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001944b7aa0 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000194660288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x000000019465b3a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x000000019465aadc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 GraphicsServices 0x000000019e5fb328 GSEventRunModal + 104 (GSEvent.c:2246) 6 UIKitCore 0x000000019876863c UIApplicationMain + 1936 (UIApplication.m:4773) 7 MYAPP 0x00000001047e8320 main + 152 (main.m:16) 8 libdyld.dylib 0x00000001944e4360 start + 4
7
1
10k
Feb ’20