TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

We indexed some top mobile apps and the SDKs they use

57 pointsby IamFermatalmost 9 years ago

17 comments

acdalmost 9 years ago
I analyzed the app frame works from the linked article here is the result when the count is larger than one, first column is usage count among popular apps.<p>&quot;cat topmobilesdk.txt | tr &quot;,&quot; &quot;\n&quot; | sed -e &quot;s&#x2F;^ &#x2F;&#x2F;g&quot; | sort | uniq -c | sort -n&quot;<p><pre><code> 2 Adjust SDK 2 Formatter Kit 2 Google Maps SDK 2 Google+ SDK 2 Hockey SDK 2 Mantle Framework 2 PLCrashReporter 2 Pop Animation Engine 2 PSPDFKit 3 AFNetworking 3 BPXLUUIDHandler 3 FLAnimatedImage 3 Google Conversion Tracking SDK 3 Google Mobile Ads SDK 3 Masonry 3 SocketRocket 3 Tune SDK (Mobile App Tracking) 4 Card.io SDK 4 Cocoa Lumberjack 4 OpenCV 4 TTTAttributedLabel 5 Eigen 6 Bolts Framework 6 Crashlytics 6 Fabric 6 Facebook SDK</code></pre>
评论 #11750298 未加载
评论 #11750188 未加载
评论 #11750006 未加载
safdeepalmost 9 years ago
Can I make a request? Can you do a slice on the top 50 gaming apps? As a game maker, I&#x27;d be curious to see what are the most used SDKs.
评论 #11748938 未加载
ogsharkmanalmost 9 years ago
In case anyone wants a tabulated view. <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;mdubbs&#x2F;41c19c5384ee0386465cff19aa800e8d" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;mdubbs&#x2F;41c19c5384ee0386465cff19aa800...</a>
评论 #11749017 未加载
libtasticalmost 9 years ago
Hey there, nice work! I worked on a similar project for Android. Currently, there are about ~3k apps added: <a href="http:&#x2F;&#x2F;www.libtastic.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.libtastic.com&#x2F;</a>
评论 #11750886 未加载
mrobinson17almost 9 years ago
We have been doing SDK Recognition for a couple of years here at Apptopia, and it&#x27;s absolutely not as easy as it&#x27;s being portrayed here (i.e. run this GIT library). The technology requires constant attention, maintenance and improving otherwise you very quickly find yourself missing analysis for 65-70% of an app&#x27;s SDKs. In fact, we have recently re-built our SDK Tech completely as we found previous methods (what we call &quot;Binary Analysis&quot;) were extremely inaccurate and resulted in over 20% missed SDKs.<p>The comparison of Uber and Lyft is interesting. Our latest recognition for iOS shows Uber with 6 currently installed and 6 others uninstalled since 2013. Lyft made a lot of updates on May 9 and has 8 installed and 12 uninstalled. The only SDK that they are both currently using is SocketRocket.<p>Screenshots from our tool of the specific SDKs recognized: Uber: <a href="https:&#x2F;&#x2F;www.evernote.com&#x2F;l&#x2F;Aro4rGREdBJI_a80JzIRKZ3z2P8BwM3SGrk" rel="nofollow">https:&#x2F;&#x2F;www.evernote.com&#x2F;l&#x2F;Aro4rGREdBJI_a80JzIRKZ3z2P8BwM3SG...</a> Lyft: <a href="https:&#x2F;&#x2F;www.evernote.com&#x2F;l&#x2F;ArrWkfAF3OxGWqcsnrCRtgSnRKgSfwH0I0k" rel="nofollow">https:&#x2F;&#x2F;www.evernote.com&#x2F;l&#x2F;ArrWkfAF3OxGWqcsnrCRtgSnRKgSfwH0I...</a><p>We offer free trials at www.apptopia.com where you can look at SDK data for over 1 million apps in 196 countries.
trekking101almost 9 years ago
Fascinating. On my wish list is which SDKs use location in some way. A real pain on iOS to understand permissions (super easy in Android)
thijseralmost 9 years ago
This is very similar data to what&#x27;s available on our site, AppBrain. If you&#x27;re interested in more like this, the top ad networks and developer tools are updated daily at <a href="http:&#x2F;&#x2F;www.appbrain.com&#x2F;stats&#x2F;libraries" rel="nofollow">http:&#x2F;&#x2F;www.appbrain.com&#x2F;stats&#x2F;libraries</a> and each individual app also shows the SDKs it uses at bottom of the app page, eg. Instagram: <a href="http:&#x2F;&#x2F;www.appbrain.com&#x2F;app&#x2F;instagram&#x2F;com.instagram.android" rel="nofollow">http:&#x2F;&#x2F;www.appbrain.com&#x2F;app&#x2F;instagram&#x2F;com.instagram.android</a><p>It seems in the dataset from OP more different SDKs are detected than we do at AppBrain. We invite anyone to report missing SDKs will definitely review the current presented set to add our omissions!
stillmotionalmost 9 years ago
These lists leave out some important frameworks these apps are built on. For example, Pinterest links AsyncDisplayKit. I&#x27;m curious how this data is collected. If Keyword matching against known popular public frameworks, it might be worth expanding your queries to include all public CocoaPods.
评论 #11749183 未加载
augusttalmost 9 years ago
What could Uber and Lyft be using OpenCV for?
评论 #11749197 未加载
评论 #11749080 未加载
评论 #11749087 未加载
sdneirfalmost 9 years ago
This is some cool data. Am surprised how often AFNetworking and Crashlytics are used. Unsurprisingly, for advertising, FB and Google Ad SDKs totally dominates. I signed up. When will you be launching the site with full data?
评论 #11749553 未加载
svarrallalmost 9 years ago
Surprised to see so much use of AFNetworking. Is it really necessary? Looking at the example code it doesn&#x27;t seem to add much (these days), with the overhead of managing another sdk.
评论 #11749384 未加载
评论 #11748804 未加载
collywalmost 9 years ago
Is this an indication of anything other than popularity.<p>With programming languages, the general rule seems to be the worst win in the popularity contests (VB, PHP, MySQL come to mind).
评论 #11753542 未加载
wodahs02almost 9 years ago
Nice. Thumbs up. Would love to see a larger data set
xufialmost 9 years ago
Cool. Interesting to see Starbucks make the list considering I don&#x27;t see that app mentioned too much
评论 #11748888 未加载
wayneotaualmost 9 years ago
Interesting insight. Interesting that Uber and Lyft are the ones with the most numeber of SDKs by far.
mxuribealmost 9 years ago
This is pretty cool! The more data and&#x2F;or apps the better!
评论 #11749319 未加载
Happpyalmost 9 years ago
Android?
评论 #11749475 未加载