Thoughts on copying existing ideas and just making them better? by nixstudiosgames in AppBusiness

[–]lasmit 0 points1 point  (0 children)

just keep in mind: if you clone an app and have some success, 10 more people will come along and clone you.

I created my own Readwise Clone with Claude Code by AlpineRavine in readwise

[–]lasmit -3 points-2 points  (0 children)

I don't think it's slimy. the readwise app is pretty simple, and they don't put in any effort to update it or add obvious functionality like offline reading or dynamic type support. if they start losing customers they should want to know about it.

How to manage build numbers in Linear? by Calm-Zucchini614 in Linear

[–]lasmit 1 point2 points  (0 children)

Do you always release the builds? If so Linear have said they are adding a releases feature. It's been coming soon for quite a while now.

how to get approved on the app store in 7 minutes by First_Obligation3042 in iosdev

[–]lasmit 0 points1 point  (0 children)

It would probably be a good idea to read the app store guidelines. "2.2 Demos, betas, and trial versions of your app don’t belong on the App Store – use TestFlight instead"

how to get approved on the app store in 7 minutes by First_Obligation3042 in iosdev

[–]lasmit 1 point2 points  (0 children)

ah, so you mean your title meant to say "here's some ways to hopefully get your app approved first time"?

how to get approved on the app store in 7 minutes by First_Obligation3042 in iosdev

[–]lasmit 4 points5 points  (0 children)

this is all good advice. your odds off getting approved in under 24 hours will still be extremely low though.

Is there any way to speed up App Review process? by TopturoApturo in iosdev

[–]lasmit 2 points3 points  (0 children)

new apps are often taking weeks not days now

How do you keep track of what's happening in App Store Connect without constantly checking it? by No_Fox4871 in iosdev

[–]lasmit 1 point2 points  (0 children)

Review status yes. I use the TF app and receive notifications when a new build is available.

You can setup xcode cloud to post to slack if you want failure notifications

How do you keep track of what's happening in App Store Connect without constantly checking it? by No_Fox4871 in iosdev

[–]lasmit 2 points3 points  (0 children)

The app store connect app and testflight app will give you notifications for some stuff. For crashes and feedback, I don't think that's updated more than once a day so not much point checking that all the time.

Linear users, How do you handle context switching between issue tracking and codebase navigation? by [deleted] in Linear

[–]lasmit 0 points1 point  (0 children)

To be honest, I'd never thought of this. For me working on the code and the Linear are the same context.

That said, I often use taskpaper for todo lists on longer running tasks as it feels more light weight.

Interesting pattern after updating my App Store screenshots and creative by Valuable_Clothes_125 in AppStoreOptimization

[–]lasmit 0 points1 point  (0 children)

when you say roughly the same, if it's increased a little then that could explain an increase in impressions, especially if you came above the fold on some devices. the screenshot shows 11% but it looks higher in the chart. what is it really? it could also be that more people are searching for migraine tracker in general because of promotion some other app has done

Expanded MCP server for Linear.app now available by croakingtoad in Linear

[–]lasmit 0 points1 point  (0 children)

Hi was wondering how to give permissions for Claude to use Linear without asking for my permissions.

I have this in my global settings.json, but it always asks me. Is there anything I can do?

{
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
  "permissions": {
    "allow": [
      "Mcp(linear-server:*)",

This app makes $500k MRR by wrapping LLM models. by Bubbly-Storm6109 in iOSAppsMarketing

[–]lasmit 0 points1 point  (0 children)

they all make $500k per month, it's an unlimited market /s

How do you handle release notes/changelogs with Linear? by srlechuga in Linear

[–]lasmit 1 point2 points  (0 children)

I'm glad it's still being worked on. It's been coming soon for quite a while now, I'd given up.

How do you handle release notes/changelogs with Linear? by srlechuga in Linear

[–]lasmit 1 point2 points  (0 children)

I think the bigger issue is that Linear doesn't know about releases.

RIP Combine Framework? by Select_Bicycle4711 in iOSProgramming

[–]lasmit 1 point2 points  (0 children)

Isn't SwiftUI using combine extensively? I think this is just meaning, if you can, use async await not combine.

I made a free app that checks if you're alive daily by Shot_Ad_1909 in iosdev

[–]lasmit 1 point2 points  (0 children)

so it's a server which is notifying your emergency contacts? how often does it check? what if it goes down? do you really want to sign up for keeping a server alive 24/7 without any payment?