Earlier quoted context omitted.
Snaplight is a free app though, so while the 10k number is high I think it would be hardly reached if he had placed a 99 cent tag on it, given the niche. Some people (me included) like to download and try new apps, only to remove them after the utility hasn't proven valuable enough. That shouldn't stop you from finishing your app though. Building and later publishing an app to your audience can be an awesome experien…
From the original screenshot in the post, it looks like it debuted at $0.99, I wonder if there's a way to look up App Store price history
Oh shit, my weekend project turned into an App Store Best New App (2018)
31–40 of 197 posts
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#32Earlier quoted context omitted.
That is amazing. One thing I often see is that enthusiasts and professionals spend too much of their life and energy working with an inferior set of tools such that they are very dismissive of people expressing themselves faster with a better set of tools, solely because the discipline is no longer required I am personally all for people being able to express themselves more effectively
As an enthusiast and a professional, I see a lot of people spending more time building a "better" set of tools and/or arguing about the merits of various trendy tools (hello HN) than actually writing code. If all you ever do is the same kind of thing over and over again (say, build CRUD web apps with the same stack), then sure, go nuts and optimize so you can deploy with a single button press from your IDE. But if yo…
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#33Earlier quoted context omitted.
From the original screenshot in the post, it looks like it debuted at $0.99, I wonder if there's a way to look up App Store price history
In the spirit of the discussion, maybe there's an opportunity for an app that does that ...
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#34> “Snaplight serves an extremely niche need: mine.” There is a subtle brilliance in this sentence. With this recognition comes the permission to not try adding a mountain of features and complicating matters. Build something you will use. Solve a problem you have. Enjoy the process and accept the vulnerability that comes with shipping something to the world. Chances are good things will come of it.
I recently had a similar experience: I watch a lot of YouTube videos and I like reading through the comments. Often, comments quote specific timestamps from the video and I would find it a pain to keep scrolling between the comment section at the bottom of the page and the video at the top and then find the specific time in the video that the comment was talking about. So, I created a Chrome extension that surfaces Y…
You’re definitely not the only person who has this issue.
It’s definitely something YouTube could implement if they weren’t content with the minor tyre fix they’ve built.
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#35> “Snaplight serves an extremely niche need: mine.” There is a subtle brilliance in this sentence. With this recognition comes the permission to not try adding a mountain of features and complicating matters. Build something you will use. Solve a problem you have. Enjoy the process and accept the vulnerability that comes with shipping something to the world. Chances are good things will come of it.
Chances are NOT good that things will come of it. There's a million useless projects for every one post like this. There's a lot more work than just building it.
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#36Earlier quoted context omitted.
That's a strange statement. It's a very simple app, which specific guidelines do you think should have taken significant time for him to write code that complies to? In my experience the guidelines are mostly common sense once you get used to the "Apple way", and are straightforward to comply with, especially if you're already familiar with them (OP had submitted several apps before).
still, claiming to hacking a mobile app together in one hour is something strange as well. Does the "hour of code" includes setting up project in the IDE, setting a repo, testing it, making it AppStore-ready? Options are: a. you have already the code somewhere (own sources, StackOverflow, GitHub, etc.) b. you are bluffing
Does the 1hr include the hour you spent driving to the shop and back for a loaf of bread and a bottle of milk?
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#37Earlier quoted context omitted.
Snaplight is a free app though, so while the 10k number is high I think it would be hardly reached if he had placed a 99 cent tag on it, given the niche. Some people (me included) like to download and try new apps, only to remove them after the utility hasn't proven valuable enough. That shouldn't stop you from finishing your app though. Building and later publishing an app to your audience can be an awesome experien…
From the original screenshot in the post, it looks like it debuted at $0.99, I wonder if there's a way to look up App Store price history
I looked the app on Appannie (non paid account) and the pricing history is quite interesting:
26 Mar 2017 - 0.99 to Free
29 Mar 2017 - Free to 0.99
19 Jul 2017 - 0.99 to 1.99
20 Jul 2017 - 1.99 to Free
02 Aug 2017 - Free to 0.99
04 Feb 2018 - 0.99 to Free
10 Feb 2018 - Free to 0.99
03 Mar 2018 - 0.99 to Free
27 Mar 2018 - Free to 0.99
04 Dec 2018 - 0.99 to Free
03 May 2019 - Free to 0.99
05 Sep 2019 - 0.99 to Free
From the above details, it was a paid app for most of it's time. I wonder why the developer played with the pricing as much though?
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#38Earlier quoted context omitted.
Chances are NOT good that things will come of it. There's a million useless projects for every one post like this. There's a lot more work than just building it.
On the other hand, you do have to be in it to win it .
I do that a lot. Pretty much every one of them is used practically only by me. That's fine, because that was my expectation anyway.
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#39> "All-in-all the project took me an hour to program" Come on, it's more than that. Being compliant to Apple Developer Guidelines takes some more time.
Re: Oh shit, my weekend project turned into an App Store Best New App (2018)
#40Earlier quoted context omitted.
That's a strange statement. It's a very simple app, which specific guidelines do you think should have taken significant time for him to write code that complies to? In my experience the guidelines are mostly common sense once you get used to the "Apple way", and are straightforward to comply with, especially if you're already familiar with them (OP had submitted several apps before).
still, claiming to hacking a mobile app together in one hour is something strange as well. Does the "hour of code" includes setting up project in the IDE, setting a repo, testing it, making it AppStore-ready? Options are: a. you have already the code somewhere (own sources, StackOverflow, GitHub, etc.) b. you are bluffing
`git init`? Clicking create repo in GitHub?
> setting up project in the IDE
are you doing this stuff blindfolded or something?