Skip to main content

This Week in Apps: Apple Arcade updates, TikTok distances itself from China, Kardashians send shady app to No. 1

Welcome back to This Week in Apps, the Extra Crunch series that recaps the latest OS news, the applications they support and the money that flows through it all. What are developers talking about? What do app publishers and marketers need to know? How are politics impacting the App Store and app businesses? And which apps are everyone using?

This week, we’re discussing the impact of the CFIUS investigation into TikTok, the further fallout of Apple’s vaping app ban, updates to Apple Arcade and Google Play Pass subscription-based app stores, Apple’s breaking changes that rolled out without warning (thanks, Apple!) and a shady app that reached the top of the App Store thanks to a big Kardashians-led endorsement, among other things.

Headlines

TikTok separates further from its Chinese parent

One of the world’s most downloaded and used apps, TikTok, is under a national security review in the U.S. because of its Chinese roots. TikTok parent company, ByteDance, is a China-based operation — something that has raised concerns because of its significant access to U.S. users’ personal data and potential censorship issues.

The company was already working to separate itself further from China before the Committee on Foreign Investment in the United States (CFIUS) began its investigation. For example, it separated the TikTok product, business development, marketing and legal teams from those of its Chinese app, Douyin, and hired consultants to audit how it’s storing U.S. users’ personal data. Following the investigation, it hired more U.S. engineers and set up a U.S.-based team to oversee data management, Reuters reported.

The question now is whether not these moves — along with a promise to not store U.S. user data in China — will be enough. The app collects data including profile information such as name, age, email and phone number, provided by users, as well as photos, videos, and location. Many of TikTok users are younger teens and college students.

Even if you’re “too old” to care about TikTok, CFIUS investigation’s conclusions here will have a larger impact on the global app industry, as they’ll set precedents as to how foreign powers can compete in U.S. app stores.

Oops: Apple releases breaking changes with no warning 

Apple this week introduced new server-to-server notifications for subscriptions that allowed developers to receive real-time updates in a subscription’s status, so they could provide customized experiences for subscribers. Only one problem with the release: Apple broke most server notifications implementations as a result. Developers weren’t given any warning about the APIs that were “scheduled for deprecation,” either, which is not typically how web APIs are managed. To add icing to the cake, not only were the changes released without warning, they were also rolled out on a Friday — there goes the weekend. Thanks, Apple.

The vaping app ban backlash continues

Has Apple crossed the line between protecting its users from dangerous apps to just turning into an overbearing parent policing adults’ ability to make their own choices? Over the past couple of weeks, several have said the latter. Now concerning are arising about what this means for the overall industry and whether or not decisions like this should even be in Apple’s hands in the first place.

As you may recall, Apple earlier made a controversial decision to remove all 181 vaping-related apps from its App Store in wake of news from the CDC about the 47 vaping deaths and thousands of lung injuries. Some early studies point to Vitamin E acetate, an addictive used in THC oil, as the cause. But Apple isn’t worrying about the details of what’s dangerous and what’s not — it just wiped out anything vaping-related, including things like Bluetooth-connected apps that let users control aspects of their vaping devices, like the lights, heat, and updates to the firmware. There’s no backup plan here for those app makers, since web apps don’t offer the same level of functionality. Plus, the ban is also impacting devices used to distribute medication as well as apps designed to help people cut down and eventually quit smoking and vaping by tracking their nicotine usage.

For app entrepreneurs, Apple’s decision in one fell swoop also just destroyed half the vaping app market as their apps will now only run on Android.

The question now is whether or not any of this should be Apple’s decision? While you may personally applaud a vaping app ban — or simply not care because it doesn’t affect you — Apple has made other controversial choices that have a more serious impact. Like when it kicked out the app that aided Hong Kong protestors, for example.

Apple Arcade and Google Play Pass expand their collections

Apple’s subscription-based gaming store and Google’s rival subscription app store, Google Play Pass, have both added new apps since their debuts. Now, the two companies are making users aware of their ongoing efforts to beef up their respective collections. Apple this week shared a video that highlighted over a dozen new Apple Arcade releases that hit this month — the first time it’s released a compilation video featuring multiple titles since its launch.

Meanwhile, Google Play Pass added 37 more apps to bring its total to 274.

What we don’t know yet, is how well the two services are working — or whether they will benefit developers in the long run. And because neither has a Top Charts section, it’s not even clear what apps are most popular or how many downloads they’re seeing.

Apple Arcade adds a “Top Games” chart… well, sorta… OK, not really

Apple took a step to address the above problem with a new section in Apple Arcade called “Top Arcade Games This Week.” We had argued earlier that the lack of visibility into the popularity of titles on Arcade was a disservice to users who wanted quickly and easily find the most popular titles.

But this new section, while fun, doesn’t solve the problem. Top Games, based on what? Downloads? Editorial curation? Both? Is there going to be an API for it?

It’s common knowledge that the App Store’s Top Charts are based on a combination of downloads and velocity. And that data is accessible to third parties like App Annie, Sensor Tower, Apptopia and others who use it to come up with download estimates.

But a “Top Games This Week” section is not the same thing as a real Top Charts section. And by limiting it to only a week’s time, it provides no real insight into whether or not the Arcade is able to produce a lasting hit the way the App Store can, or what those hit titles may be.

Apple has distanced itself from promoting the Top Charts as a means of app discovery for years now. With its big App Store makeover, it shifted its focus more to editorial, curation, and recommendations, rather than downloads. But for a smaller store like Arcade, Top Charts could have value as they would feature some of the best titles from an already exclusive collection — that’s something people would want to see.

Why was a shady photo editor the top app of October?



from TechCrunch https://ift.tt/2rEf0eA

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...