Hacker News new | past | comments | ask | show | jobs | submit login
Apple acquires Buddybuild (buddybuild.com)
256 points by uptown on Jan 2, 2018 | hide | past | favorite | 164 comments



I'm happy for the founders, this is probably a good and profitable exit for them. But as a customer I am really sad and disappointed.

Apple has a very bad reputation when it comes to taking over products like this. TestFlight is the prime example. TestFlight basically disappeared for a year until coming back as a more limited and slower Apple branded service. And by slow I mostly mean, it takes 6 months for bugs to be fixed or for exciting things to happen. Agility and innovation of a startup basically ends when Apple assimilates a service.

From the blog posting it is also not very clear what will happen to existing iOS customers. Can I upgrade my plan? Can I expect service? Will the existing infrastructure be maintained?

I'm excited about what this could mean in terms of Xcode and Xcode Server improvements. Or maybe even a hosted CI service at Apple. But that it all long term 'maybe'.


Apple is notoriously bureaucratic. So its not surprising that innovation is stifled. I really hate this duality b/w innovation and stability... perhaps if more startups were focused on longer term survivability, it would be better for society overall?


I wonder if Apple's satellite operations (like the Siri team in Ottawa, Canada, for example) might have some autonomy and self direction simply due to distance from the mothership.

As for a shift in startup culture, what is more tempting than 5 to 10 years of hard work into billion dollar exits? Local governments could start offering tax incentives that build over time—or more aggressively, have steep disincentives on corporate takeovers.


Siri team in Ottawa? I find that hard to believe. Why would such an important team not be on the main campus?


That explains why Siri doesn't understand beanie but knows the word "toque"



That says they have "begun expanding" there, GGP makes it sounds like "the Siri team" is mostly a "satellite operation".


Steep incentives for corporate takeovers is a bad idea IMO - that lack of option in a liquidity event would make less companies receive funding. It would be even more risky to our venture capital behind a new idea.


It might be, but Apple, Google, FB, MSFT, etc, still have the ability to roll one of those giant mining dump trucks full of money up to the founder's doors, so you're always going to have the possibility that they just get bought out.


Innovation and stability are tautologically in opposition to each other, alas.


I've found that this doesn't have to be the case.

Continuous deployment is a good example where this doesn't hold. You roll out things more quickly... and you experience less issues!

When issues happen, the cause is easier to isolate. After all, you only had one day's worth of changes (and not one year's worth). The previous state is more knowable. Testing is more concentrated.

Apple's new OS releases are the opposite of this. They release 30 different major changes at once, they all collide, and we end up just assuming that .0 releases will be broken.

In an alternate universe, Apple just releases updates to parts of software when it's ready. They don't pin Safari to the OS (because there's not much of a technical reason to). They could pinpoint _when_ "Month 13" started showing up everywhere beyond "when everyone downloaded that 7 gig update".

It takes some effort and tooling, but if you're expecting to make changes, a lot of times making the changes piecemeal will mean that post-release stability will increase in many cases.


No, they are perpendicular. An optimal path can be found so that both advance in the desired direction.


There are innovations that happen all the time specifically around making things smoother and more stable.

Look at air transportation. It was a series of fairly novel and innovative programs that took place to make a new transportation industry the safest by a mile. It was some serious hard work and innovation to make air transportation the safest and most stable way to travel.


Seems like an acqui-hire to me.


Yeah, maybe they are opening up a shop in Vancouver.


Apple already has a shop in Vancouver


Vancouver BC or Washington? Cause they have a team in Vancouver Washington working on things like Pages.


Seems like a huge waste of money to put software engineers in an Apple store.


Given that Apple Stores average about $5000/sq ft in revenue, it would be big waste to have that space taken up by software engineers.

You can purchases strata title triple A class office space in Vancouver for less than that.

http://www.cbc.ca/news/canada/british-columbia/unprecedented...


If you mean an office, there is already an engineering office here in Vancouver, BC. (As others have posted, there is also a few retail stores)


Sometimes I wonder - isn't that an opportunity in disguise for another shop to fill the gaps? Or I am missing something?


There have been other shops that fill those games. Buddybuild was one of them.


Testflight is completely useless now.


Testflight is extremely useful if you want to test your production build before releasing it to the public. Before Apple bought it there was no way to test the exact same build before releasing it on the App Store.


There are no-bullshit alternatives out there now.


Goodbye Android builds.

edit: yup;

On March 1, 2018 buddybuild will stop servicing apps on the Free Starter Plan. Also on March 1st, the buddybuild service will stop supporting Android apps for all plans. Any historical data related to those apps will be deleted from the service at that time.


This gives my current team two months to find a new solution. Buddybuild, aside from the odd issue from time to time, had been a great solution for us. Now we're suddenly wondering where to go next. Not to mention, we now face the question of whether to move our iOS apps off buddybuild as well.


I'm sure your team had an incredibly productive December and are ready to get migrating on the double! Oh, wait, you're probably catching up from a month full of time-off and holidays and were planning on hitting it hard on new features in Jan..

Same boat here, we'd JUST started using BuddyBuild a month or two ago.


>I'm sure your team had an incredibly productive December and are ready to get migrating on the double! Oh, wait, you're probably catching up from a month full of time-off and holidays and were planning on hitting it hard on new features in Jan..

You nailed it. The last thing we want to be doing right now is have to tinker with finding a new CI system. There's too much real work that we have to do. It always takes time to set these things up properly, and reliably. We've used buddybuild for more than a year, and we've long had it to the point where it just worked, and worked reliably.


why not just deploy .... the only thing a CI system does is run a bunch of scripts ... build a bash script and deploy by hand.

Theres an 80/20 rule here, you can get 80% of CI features in 20% of the script you create

Also if you turn down your deployment cycle (once a day, twice a week , etc) you will lessen the problem of lack of a tool , until you find one

CI for me has always been about deployment organization and automation. Its ok to have a bug be fixed by end of day, it doesnt have to be deployed in 15 mins.


Have a look at App Center as well! https://appcenter.ms/ It is easy to setup and supports Android and iOS apps, as well as cross-platform ones. (Disclaimer: I am on that team)


We at nevercode.io wrote an overview of our platform for BuddyBuild users for easy migration. Have a look :) https://nevercode.io/welcome-home-android-developer/


I don't do mobile dev, but would something like vsts + hockeyapp be similar?


If you wish, you can keep paying them as a reward for the amount of work it'll cost you to fix your non-iOS development.


> Goodbye Android builds.

Think of it as an opportunity. Clearly this product has proved its usefulness, so there's a whole market to be served.


And just like that, by dropping Android support, Buddybuild goes from viable solution to total non-starter. Does any serious mobile app development these days really go all-in on one platform?


If I were to seriously attempt to commercialize the toy apps I build for my kids/family I'd go iOS first easily. People with Apple devices are far likelier to pay, and Android development is, in my view, an inferior experience (although Kotlin makes it marginally less so these days).


This may have been historically true, but our internal data shows us that starting early 2017, people in tier 1 countries were equally likely to pay and have comparable LTV on both platforms.

And if you also going to launch in EU/Australia/Canada, you will have a nearly 50-50 split of ios and android users on a platform neutral app.

So the classical logic of implementing on iOS first doesn't really apply anymore. Now its more, implement first on the platform you are comfortable with but don't forget about the other platform because there is a equal amount of money to be made there...

PS: Data excludes low end iOS and android devices. (< SE, old iPads/iPods, old and cheap android devices). These devices have extremely low conversion on both platforms anyway.


The logic still applies.

1. Start with platform you're most comfortable with. 2. Iterate on product until you have a winning formula 3. Replicate on 2nd platform to double revenues

Building is a lot easier than identifying what to build, better to speedily experiment on one platform.


In my opinion the new logic is build in React Native (unless your app fits in the 10% of use cases that won't work well with RN), then deploy to both at once. We have had excellent results.


My take is that RN is great for demo apps or simple UIs, but I would not choose it for a production app where performance matters (ie. using camera, audio, custom controls, platform-specific SDKs, multi-threading, etc). You're definitely going to do heavy lifting in native code, and a hybrid app quickly becomes a mess. Dealing with multiple environments and super slow build times in Xcode will seriously slow down development cycles.

IMO RN is no exception to the Simple vs Easy trade-off [1] Not to mention using RN gives FB a legal blank check from your company [2]

[1] http://chrisfrost.com/wp-content/uploads/SimpleVsEasy-478x51...

[2] https://medium.com/@raulk/if-youre-a-startup-you-should-not-...


That article is out of date. As of September 2017, FB has re-licensed React under the MIT open source license and dropped the patent stuff.

I don't think you contradicted anything I said. I would say special camera apps, multi-threading etc. are not needed that often.

As for slower build times, that is the beauty of RN. Building is not needed most of the time just an initial build and a rebuild every time some of the base configurations change or you are creating code outside of RN.


> fb dropped patent stuff

Ah, thanks for the update, glad they did that

> are not needed that often

Right - statistically most apps are probably throwaway code for hackathons or demos. However, I'd venture to say that >50% of serious apps will end up needing performance boosts from native code.

> Building is not needed most of the time

You need to rebuild every time you make a change in native code (obj-c or swift). Hot reloading is cool for JS changes, but bloat from RN becomes a nightmare when debugging obj-c or swift issues.


React Native is great for apps, and if it's a game, just use Unity. They're building up their internal CI infrastructure and it works better every month.

Tbh, I'm not sure how many use cases don't fit either React Native or Unity, I'd practically never choose to do an app another way these days.


I rather use native UI code + C++ for business logic, use Qt or Xamarin than even bother with React Native.


I'd say RN won't work well in 99% cases.


I'd say you are probably using a lot more React Native apps than you realize right now.


Could you elaborate?


I wish everyone downvoting you would at least state their problem with your post


That's interesting. I am admittedly using my recollection of data I saw a year or so back. Has the fraction of iOS users who pay gone down or the fraction of Android payers gone up?


Conversion on android has gone up, along with users on high-end android devices. At the same time CPI on iOS has gone up.

Speculation: iOS users may be running into app fatigue and just don't want to install new apps anymore.


Have you thought about writing up your findings? I haven't seen any report break out the data like that before.


Is this referring to free apps, paid apps, or both? I've had a paid app on both stores for about six years now and in my experience the iOS version makes about 10x the Android version every year. Many other developers have reported a similar discrepancy.


Sorry should have clarified, I am taking about freemium apps , both subscriptions and IAPs. Don't have data on paid apps.

Also I am talking about app that are well monetized and advertised so you have an level comparison instead of chart positions giving and sustaining a significant lead on one platform just by some fluke.


Edit: s/comparable LTV/comparable ROI(~= LTV-CPI)

You will have equal ROI, with the LTV being slightly lower on android but so too will the acquisition cost... overall profit being the same.


But would you really setup a CI process to automatically build that app? (and one that'll probably cost you at least a 100$ a month)


I would. Every time. I've been happy with bitrise if people are looking for mobile CI alternatives: https://www.bitrise.io/


Bitrise looks very nice for mobile apps. And it is open source https://www.bitrise.io/cli Are people interested in if we ingrate https://github.com/bitrise-io/bitrise in GitLab Runner so it works with GitLab CI?


We are happy to discuss it in more detail! DM me on twitter @birmacher


Awesome, I just followed you from https://twitter.com/sytses and I think I need a follow back before we can DM


Bitrise has been great for us at work as well, but we're beginning to investigate Microsoft's CI platform since we build web/desktop apps as well, which aren't a first class citizen in Bitrise.

Fwiw: We also wish there was a way to publish test/linting results (you can make it an artifact, but it won't load assets, so you're stuck zipping and downloading or publishing to your own managed Web server)


Pretty much most larger apps/agencies do development for both platforms. iOS usually gets a bit of a higher priority, but Android is just too big to ignore.

Solutions that support both are thus more popular and better idea - but Apple obviously is using all kinds of tactics to discourage development for competing platform. Even buying companies and shutting down their Android (TestFlight is another example).


It's silly to think Apple buying Buddybuild is to discourage development for other platforms for the reason you stated, there are plenty of competitors to both TestFlight and Buddybuild. They bought these two companies because they want to enhance their own developer tools.


Yeah, I might have worded that poorly - buying Buddybuild almost certanly wasn't to interfere with Android development.

Immediately killing all Android related functionality is to discourage that development though.


I don't believe that at all. The obvious reason why they discontinued Android support is because Apple isn't interested in continuing the existing B2B business. They're interested in the technology and the team and they're likely to integrate it into their own developer tools and offer them for free.

Why would Apple invest resources into making developer tools for other platforms? What's the real upside if Buddybuild continued as is and they tried to scale it up? Hundreds of millions in revenue per year? That's a drop in the bucket. Buddybuild's value is strategic, not because it was going to make a financial difference to Apple.


Surely Apple are throwing away a lot of the value of what they just bought; does profiting from that harm their own developer tools. IMO that seems almost impossible, the only harm is to protect their eco-system from competition; ergo the reason to stop supporting other eco-systems is to harm the competition?

Couldn't they fork the project, keep everything but the name for themselves and set a single guy on maintenance; wouldn't that enhance their own developer tools just as much?


I'm an Android fan/Apple hater but I could never recommend anything other than going iOS first for any business interesting in maximizing profit. I actually like to push react native just so clients won't completely ignore Android when see the cost of porting. But really, really I will push PWAs over apps whenever they are suitable.


Yes, iOS first is still extremely common.


First, but not exclusively. As a long time complainer about the iOS-first mindset I used to keep a spreadsheet actually of how long the Android versions of apps were delayed.

I don't recall many iOS and iOS only apps. There was just generally and Android time-tax that Android users had to wait through.


I made a good career out of selling late-to-the-party native android ports for companies.

Its pretty low key lucrative too:

- iOS development is crowded, Android devs are more scarce and there are too many unrelated skillset paths to build a native android app.

- The APIs are already developed by the time you get there.

- The designs have already happened, for the most part. Its no longer a fact finding mission and instead a pure implementation mission.

- You make more money and have to deal with less company-wide fires in the process.

- Nobody bothers you. You get to be on autopilot.

- And its also pretty pointless. Most company's android apps are just a checkbox, store presence to show they haven't neglected it. Nobody is going to actually download it.

It was fun for a while, I got my funds up.


“Can you make it look like the iOS app?”


my G!! lol....if Kotlin was available back then, I definitely would've jumped on that ship. Now it seems mobile isn't really viable in terms of money though


I saw the writing on a the wall in time

There is a ceiling you can make doing mobile dev, and companies don't make a return from pursuing it

React Native solves the needs of most companies' apps on both platforms, they'll figure it out all pretty quickly at the same time


Apple does, obviously.


Except they don't. 1) Apple Music for Android 2) iTunes for Windows.


Those are the only exceptions. Everything else the make for iOS is exclusive.


We put off an Android version of our app for nearly two years to concentrate development on the iOS version, and the numbers we get from our Android version - less than 10% of the market and 1% of the subscriptions - prove that was the right thing to do. We'd drop Android completely as the wasteland it is if not for the PR optics of having it.


That doesn't really prove anything. You may or may not have first mover advantage if you sit for two years.


Putting off the Android version for two years is a great way to have your potential Android audience move on to your competitors and squander any marketing and networking effect.

Noone remembers your app exists after a few months, why did you expect anyone to give a damn about your product after two whole years?!


Our app is in the top 10 grossing apps in the Apple App Store and we market it aggressively. Android users are just not as lucrative or numerous as Apple ones.

During that two year delay we made the iOS version a quality product instead of having our attention divided by another platform that delivers less than 10% of the userbase. It was the right move.


What does "top grossing 10" on App Store have to do with anything? Do you think Android users regularly check out Apple App store to look for your software? :P

Your attitude is very common among iOS developers and it's the main reason why you only have 10% of userbase on Android - companies that actually understand their audience have no issues reaching wide users and profits on both platforms.

If you deliver a subpar submarketed product on App store you will fail. If you deliver a subpar submarketed product on Play Store you'll fail as well. It seems you did the second thing.


Actually, the apps are virtually identical, except for platform UI differences to cater to each group. The Android audience is just not as valuable, dollar-wise, as iOS regardless of market share. Our subscription numbers prove it.


I recently posted an „Ask HN“ asking for a flexible CI system. Most of the suggestions were proprietary hosted SaaS solutions.

I was sceptical, and things like that keep me sceptical. Sure, setting up a CI system yourself is maybe a bit harder than using a hosted solution. But if the provider decides to change their offering, you are in big trouble. You‘ll need to spend a lot of time switching to a new sevice, migrating all your data and processes. And once that is done, you can start to retrain all your employees.

And you always have to be ready for that scenario, at two months notice....


I've built several Jenkins-based CI systems at work. Once you know how to not shoot yourself in the foot, it's really easy. I have 2 cardinal rules:

1) Don't run any jobs on the master box – master is just a web server + master Jenkins app server 2) All build scripts should be part of the project, not configured CI

#2 is the more important. Jenkins jobs at my work used to have tons of configuration and plugins, because the person setting up the CI would see (for example) an "Xcode plugin," and (naturally) decide to install and use that. That was a nightmare because of transient dependencies (and conflicts), and now configurations like "project file name" were spread across multiple jobs. Now we just have similar build scripts in each project, which has the additional benefit of letting developers run builds and tests locally the same as they run in CI. Jobs are tiny, and all the CI configuration has to do with CI things, like schedule, branch, archiving, notifications, etc.


The problem I've seen is it makes sense to the person who set it up but when they leave it's not as easy or obvious for the person who comes in later to maintain it. If you have left behind detailed docs that may mitigate the issue. Also in some cases there is good reason to do it yourself but in other cases some people have a strong NIH syndrome and the value in the end to the company is not necessarily higher with a custom setup. In the end if it ends up costing more to maintain the system it's a net loss.


At that point, is there much point in using Jenkins? Aren't there much lighter weight alternatives?


If you know a good one, definitely let me know. Generally the only constraints are open source with a permissive license & on-premises installs.

One benefit is it can already integrate with whatever else is out there. When we switched from GitLab to GitHub Enterprise at work, our CI environment just needed to point somewhere else.


Why did you switch from GitLab? What should we improve?


Nothing! GitLab was great. But we had several GitHub, GitLab, & Stash instances, and there was a push to consolidate onto one platform. Not sure why we consolidated onto GitHub over others, but that was above my pay grade :)


Not a reasonable replacement as maintaining your own mac servers is non-trivial and all the major cloud providers don't have mac as hardware options.


Except the parent comment wasn't asking about a cloud-based replacement. They specifically mentioned setting up a CI environment yourself.


> Setting up a CI system yourself is maybe a bit harder than using a hosted solution. But if the provider decides to change their offering, you are in big trouble.

I love how GitLab does it. It owns the parts watching your branches for commits and passing instructions to your machine, but the instructions themselves are a clean YAML file in the root of your repo, so if at any point you want to pack things and switch over to another provider it’s all right there in plain text.

Manual setup looked a bit daunting initially but turned out to be not that hard to wrap your head around and totally worth it, simple configuration with one runner has worked like a charm for months. Between ease of setup and zero lock-in this seems to strike a pretty good balance.


Yay, glad to hear that. And we're trying to make initial setup easier with Auto DevOps https://docs.gitlab.com/ee/topics/autodevops/ providing a default implicit gitlab-ci.yml file


Initial setup? I was amazed when I simply put my .yml file into the root of my repo and pushed to gitlab. It just worked and the job was running. What other initial setup are you referring to?


There is Buildkite, which a hybrid server side / client side solution. This has worked extraordinarily because one of the most frustrating parts of setting up a CI service is setting up a long-lived, reliable server.


Buildkite also offers free accounts to open source projects along with awesome email support. After years of Jenkins, followed by a couple of months trying to cherry pick CI parts of GitLab and make them play nicely with GitHub, Buildkite has been a breath of fresh air. Their service has allowed us to version control pipeline configs, test GitHub pull requests, and provide all core features without having to curate a list of random plugins.

Note: I'm not affiliated with Buildkite.


We’re working on making GitLab CI work better with GitHub. I'm sorry to hear it will be too late for you.


BTW for anyone interested: this will be done with a CI only workflow https://gitlab.com/gitlab-org/gitlab-ee/issues/3839


Not a reasonable replacement as maintaining your own mac servers is non-trivial and all the major cloud providers don't have mac as hardware options.


I have used (and set up) Jenkins, Drone and GitLab CI, and the latter two are definitely my preference these days. Unlike Jenkins, the configuration for Drone or GitLab sits in the repo, so it's as portable as the code itself - you manage the CI process through PRs and merges, same as anything. I use GitLab for personal projects, and it's pretty nice in that it's also git hosting, but the runners can be finicky to set up, and even though I've set up a few, it can still be confusing (specifically, tagging runners for specific tasks). In general, I think the most flexible thing is the one that's configured on the fly in the project itself.


This is where open source projects with open governance offer peace of mind over proprietary offerings. Community stakeholders get a say in how the project evolves -- decisions are not made solely on what offers the best value for the platform's investors.


Hard part in this case is not the actual build code or even the CI runners, its actually maintaining a mac server farm for your builds. None of the major cloud providers have mac hardware options.

Buddybuild and very few other CI systems have iOS and Android support.


Far more nuance is needed here.

There are plenty of open source projects where the decisions and roadmap are decided in private and based on financial motivations. In fact most of the company sponsored projects are like this eg. Spark, Cassandra.


> Spark, Cassandra

I'm a former Apache board member, and I've worked with contributors to those specific projects on governance issues. I stand by what I said.

When it is possible for users to become contributors and gain a governance stake, projects tend to become more dedicated to preserving backwards compatibility. People who are counting on the software get in a position where they can raise a big, loud stink when their interests are threatened.

Sometimes projects break compat anyway, but only after traumatic debate. And depending on how the open governance is set up, it can be nearly impossible for the project to be sold out from underneath its users.


"open source projects with open governance"


I’ve been using drone, which is open source.

It’s the only CI tool I’ve found writing pipelines in to not be painful. Need a test DB? The syntax is just docker compose so you already know how to get yourself one.


People who cared about BuddyBuild probably don't care much about Docker or "generic" CI services. There are plenty of those.

The thing about BuddyBuild was that it was "iOS Specific". You could point it at a repo and you would have your project building, signed and ready to install, in minutes. This was pretty unheard of. And still is. Trying to get iOS projects to build and sign on generic CI services like Travis, Circle or Drone means hours of pain to get it going and to keep it going. Been there done that.


What would it take to enable iOS builds in an open source project like drone? It is true that drone is primarily focused on container runtimes (linux amd64/armhf/aarch64 and windows) but perhaps we could have a separate yaml and agent that executes a pipeline on the host machine, perhaps using sandbox-exec for isolation.


If anyone has a good Android (or even iOS) replacement, share here? I know myself and likely many others will be looking to migrate this month.


CircleCI supports android, iOS, and web.

https://circleci.com/docs/2.0/testing-ios/

https://circleci.com/docs/2.0/language-android/

[disclaimer: founder of circleci, though I don't work there anymore.]


Bitrise.io ! ;) (CTO here)

Added bonus: most of our tools are open source, e.g. you can use the same runner which we use to run the builds on our build VMs ( https://www.bitrise.io/cli ) to run the bitrise config/build anywhere the CLI can run. Happy to answer any questions!


I tried to take a look but loading your site is really slow for me (from Europe) and at least in my case is fraught with rendering issues as elements on the page move around (images that don't have a set width and height mostly causing pages to reflow constantly as they're being loaded). You seem to be hosted on AWS though so you might want to consider deploying your site (and assets) to a few more regions. I'm probably overly picky about these things but when my first experience with a vendor is "stuff is slow" that weighs pretty heavily in making a decision to investigate further.


Got it, thanks for the feedback, I'll add it for an internal discussion with the team, much appreciated! :)


+1 from a customer! For general CI I'm a big fan of CircleCI, but for mobile builds and integrations to the relevant CD services Bitrise was much much easier to set up.


AppCenter.ms has many similar features and supports iOS, Android, Windows, ReactNative, Xamarin, and others.

[Disclaimer: As I'm a PM on the AppCenter team I'll leave evaluation of goodness to others :)]


Our team uses Buddy Build currently. Interested in integrating Microsoft App Center. Would love to see a comparison of Buddy Build against the ms App Center service


Any plans to add Gitlab support to roadmap? Dealbreaker on our end. Email in profile if you'd rather not answer publicly. :)


Yes! GitLab support is on our roadmap.


Awesome! Please let us know if you need any help. Best is to email eliran@gitlab.com


Great product with nice ease of use features, well priced! Happy user for 6 months. (Not related to MSFT)


When is Cordova support going to land in App Center?

We use HockeyApp just now, and App Center's rather strange lack of Cordova support is a total deal breaker for us.


Have you had a look at https://www.bitrise.io ?


We at nevercode.io wrote an overview of our platform for BuddyBuild users for easy migration. Have a look :) https://nevercode.io/welcome-home-android-developer/


One alternative: https://appcenter.ms


Nevercode (formerly GreenhouseCI) does iOS and Android.

https://nevercode.io/


Overview of Nevercode platform for BuddyBuild users for easy migration: https://nevercode.io/welcome-home-android-developer/



What a shame for some, but I'm happy to see a Gastown company succeed. The tech hub around Victory Square is such a great little community.


2 months is not enough time for people to find alternative solutions.


I was doing marketing/growth consulting for FoundationDB when they were acquired by Apple. The product was shut down overnight. Compared to that, a two-month notice seems generous.


(Former FoundationDB employee).

Where did this dumb meme come from? First of all, FoundationDB was not a service, so there was nothing to "shut down".

It's true we stopped selling the product to new customers, and we no longer offered free downloads under the community license. However those with existing licenses were able to continue running the product (and in fact some of them do to this very day).

What's more, the Community License was explicitly written to be valid in perpetuity, precisely to protect customers in this sort of instance.

Many people were disappointed by the way Apple handled the acquisition, including me incidentally, but your comment is mostly FUD. If you really were doing consulting for us, then I'd expect slightly better treatment of a former customer.


> I'd expect slightly better treatment of a former customer.

1) Apple--who I assume made the decision to end the service abruptly--was not my client.

2) I'm making objective statements. I'm not making a judgement of whether it was smart, foolish, fair, unfair, etc. Actually I was very happy for the FDB team and stay in touch with some of them.


It's another reason to not do business with smaller companies. Especially if their idea is good, you can only wonder, when will they be bought out and my workflow will be (temporarily) disrupted?

I think Buddybuild was the only service with a free tier. For folks that aggressive bootstrappers (like myself), it's just another nuisance. And even for people who were paying -- they are still as equally as disrupted.


Bitrise.io also have free 200 builds/month.


Thank you for calling out a potential replacement service. Building iOS apps is certainly tricky (can't get Mac OS into the cloud easily), so these free-tier CICD services really are great for those creating new, smaller apps and are getting on their feet.


Wow, from these 2 examples, Apple looks like an awful acquirer :o


You have three types of mega corps.

1. Vertically integrated

2. Horizontally integrated

3. Conglomeration (not integrated)

And there is a "strategy tax" in whatever method you choose.

Except for FileMaker and Beats, Apple is mostly a vertically integrated company. They have no real desire to be everything to everyone like Google. If they didn't play to their strengths and tried to service Android users, it still wouldn't be a great experience.


That's really not the point.

I have no problem with Apple deciding to abandon BB on Android. It would indeed make very little sense for them to continue to support this platform.

What I am complaining about is the shut off date, it is very close.


I think its better to rip off the bandaid. I lived through the Facebook Parse shutdown with a production app where the drama was strung out over a year, resulting in service outages, poor messaging from parse/facebook, and a lot of general anxiety about migrating etc.


Congratulations to the buddybuild team. I've used buddybuild since 2015 and it has streamlined a lot of problems with building, signing, and distributing dozens of iOS apps I've worked on over that time.

It will be interesting to see how (and when) Apple integrates this into Xcode, iTunes Connect, TestFlight, and the rest of their development portal. I don't really see Apple running a hosted continuous integration system, but maybe they plan on investing more effort in Xcode Server[1] to sell some new Mac Pros, whenever they're ready.

[1] - https://developer.apple.com/library/content/documentation/ID...


I thought it was something to do with Buddy, the hosted Continuous Deployment platform - https://buddy.works

But it's Buddy Build, the hosted Continuous Deployment platform - https://www.buddybuild.com

They have similar background gradients.


Well, if names are any indicator, one of them builds, but the other one actually works. ;)


Curious how those of you who knew about buddybuild heard about it? Seems I hear about companies for the first time when they are either acquired or shutdown.


It was one of the few CI providers that supported MacOS.

Since iOS apps can only be legally built on apple hardware, if you were an iOS developer and didn't want to maintain your own mac minis, you knew about them and the few other providers.


You can use Bitrise.io ( CEO here ) as well to build your macOS app. Give it a try and let us know how you like it! We’re glad to help with setup too.


Thanks that makes sense.


Holy shit. Was looking at the pricing.

> $1,037/mo

> Billed monthly​

> 10 Concurrent builds

That’s A LOT for 10 concurrent builds... I am sure the product is great, but that pricing is just a jaw drop. Probably a sign of “we are confident this price is worth it.” Anyway, congrat.


As soon as macOS comes into the mix, hosting (hence CI) prices go through the roof. Since they're not keen on bringing back Xserve or Mac Mini Server, I sure wish the macOS license would allow for it to be run on hypervisors on non-Apple server-grade hardware for CI uses.


Totally worth it.


I will second that. My iOS team was 1 person strong so we could get by on the startup plan at $80 a month (1 build at a time). The gain in productivity was huge.


I've been a Buddybuild user for the past couple months after watching the founder, Dennis, give a talk at a meetup. Great product with a super easy setup. Really bummed that I'll likely have to find a new solution after only two months (though I understand the founder's decision). Can anyone recommend a product with a similar ease of setup?

Buddybuild was my first foray into mobile CI. Have not seen the need since our iOS dev team is one-person strong (me!) but once I've realized the benefits, there's no going back.


We at nevercode.io wrote an overview of our platform for BuddyBuild users for easy migration. Have a look :) https://nevercode.io/welcome-home-android-developer/


There's always Jenkins with Fastlane as an alternative, then again Apple offered the guy that created Fastlane an internship. Maybe Google will put something together for the Android crowd?


Fastlane has pretty good Android support (equivalent to iOS).

And the guy that created it, @krausefx, now actually runs it as a Open Source community project - from within Google where the Fabric team landed after some time at Twitter.


Seems pretty clear to me that Apple is doing this to make Xcode for iPad viable. For vaguely complex apps, the iPad still wouldn’t be fast enough to do compilation in a reasonable time frame. By moving compilation (or at least some of it) and release processes (archiving, signing, etc) to the cloud, Xcode for iPad becomes much more streamlined and capable of building larger, more complicated apps.


When can we expect a "it's been an incredible journey" blog post?



That is an aggressive timeline to drop android support!


Wow, looks like a great opportunity to create a competing service that supports iOS / Android.


There are quite many competing services that focus exclusively on iOS and Android (nevercode.io, bitrise.io and others). Buddybuild wouldn't have sold to Apple if they saw that there's still more untapped opportunity in this space. It's a crowded market.. (disclaimer: I'm the former CEO of Greenhouse CI)


Apple needs to drastically simplify how Xcode builds work instead of acquiring more companies. For example, provisioning profiles solve a problem that doesn't exist while creating a dozen more. Xcode is still limited to macOS.

On the deployment side iTunes Connect is possibly the worst website that I've used. It's incredibly slow (both the front and backend) and has limited options for phased releases.


"Xcode is still limited to macOS."

Yes, their IDE was made for their platform. I'm not seeing why this is a problem.


Yes, it's totally within their rights to do so, but the walled garden approach is getting old. Microsoft is at least starting to learn to this. If they don't want to port over all of Xcode, at least port xcodebuild and allow us to connect to physical devices. macOS does not make a good build server. If they did things right then companies like Buddybuild and fastlane wouldn't need to exist.


Personally, I think this is the fairly useless move by Apple. Being able to build apps easier will not change this dead ecosystem. Easier ways to market apps, get them into the hands of users, and remind ppl to use the apps they downloaded is what's needed. Facebook, Google and Apple consume all free of users.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: