0

I have my iOS released at 2.0 (655), and then came up with a bug fix release 2.0.2 (663). However, in Fabric adoption graph, I am seeing mixes of versions as below:

  • 2.0 (663)
  • 2.0.2 (663)

What happened?

Harry Ng
  • 1,070
  • 8
  • 20
  • Mike from Fabric here. Are you not seeing the release at all of 2.0.2 (655) or do you think we're inaccurately tracking the value? – Mike Bonnell Jul 10 '17 at 15:21
  • I guess it's inaccurate, as both 663 values mentioned above show up – Harry Ng Jul 10 '17 at 15:23
  • Hmm, strange. I'd recommend enabling debug mode: final Fabric fabric = // Objective-C [[Fabric sharedSDK] setDebug: YES]; [Fabric with:@[CrashlyticsKit]]; // Swift Fabric.sharedSDK().debug = true Fabric.with([Crashlytics.self()]) and check the logs to see what Crashlytics is reporting as the version number and code. – Mike Bonnell Jul 10 '17 at 17:54
  • 1
    It's production env. I will try. – Harry Ng Jul 11 '17 at 06:59

0 Answers0