Hi, since lookupAdConversionDetails is iOS 8+ only. Row 184 in UIDevice+ADJAdditions.m will cause an exception, but since you have a @Try{}@catch{} it won't crash the app. However if you have a "All Exceptions"-breakpoint the breakpoint will stop here, you can click continue, but it's a bit annoying. Can you add a check if respondsToSelector or check if the app version is iOS 8+?
Thank you!