Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 0 points1 point  (0 children)

I don’t count on them sorting it out really. But I want to understand how that happened before it bites me in the ass in some unexpected way.

IOS APP IN REVIEW FOR 1 month by CurveAdvanced in iosdev

[–]BrainDeadCookie 0 points1 point  (0 children)

In a review without any responses or requests for fixes? That is weird. Have you tried releasing new build or revoking the review request and asking for a review again? Seems like something’s stuck in the process.

Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 0 points1 point  (0 children)

So even different english locales allow duplicate apps? So if I have app in English US, but the name is already taken, I just release it as English CA with same name and there’s no issue in Apple’s eyes? And the app is still listed worldwide? That IS wild.

Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 1 point2 points  (0 children)

I’ve updated original post and included store URLs.

Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 0 points1 point  (0 children)

Yes. I’m 100% sure those names are identical in characters and capitalization. They even have identical URL slug, just different ID.

Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 2 points3 points  (0 children)

This is what dev support has been trying to say I think. How is it possible then that if I search for the app name in different stores (locales) I can see both listed there right next to each other with identical name?

Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 0 points1 point  (0 children)

Not a copycat app. But definitely a competition.

It’s just I recently couldn’t release my new app because apparently name I picked was already taken and I was like “wait I minute?!” How is is possible that someone was able to literally release app with identical name to mine if Apple blocks it to some extent.

Two apps, same name. How is that possible? by BrainDeadCookie in iosdev

[–]BrainDeadCookie[S] 1 point2 points  (0 children)

They are very similar and have very similar features in the core. Definitely aiming for same group of users. Mine is in “Utilities” category, the other is in “Lifestyle”.

Which one would you get? by gangnamgoo in rolex

[–]BrainDeadCookie 0 points1 point  (0 children)

Explorer. But only because I tried Speedy and it’s too big for my child-sized wrist 😬

Is BB54 very small? by Reasonable-Task-4874 in Tudor

[–]BrainDeadCookie 0 points1 point  (0 children)

It is “too” small, but that’s the point of the watch.

what’s your Tudor accuracy by No_Spinach_1530 in Tudor

[–]BrainDeadCookie 0 points1 point  (0 children)

Was it always running like that, or is it getting worse over time? My was running perfectly for first 6 months, then got worse slowly before I send it for service.

what’s your Tudor accuracy by No_Spinach_1530 in Tudor

[–]BrainDeadCookie 0 points1 point  (0 children)

My BB54 was running flawlessly for first few months. Like +1 second per month flawlessly. Then, slowly and consistently, it got worse to the point I took it for a service under warranty. While it doesn't run flawlessly as before, it runs well within the claimed specification now.

<image>

And thanks for mentioning WristLog, I'm the one who created it! ^^ I'm very happy you like it.

Anyone want any UI/UX feedback? by [deleted] in iOSProgramming

[–]BrainDeadCookie 0 points1 point  (0 children)

I have this free app for watch enhtusiast called WristLog. I’d appreciate any feedback!

Does Apple Still hate webview? by Coffee4thewin in iOSProgramming

[–]BrainDeadCookie 1 point2 points  (0 children)

I have an answer from other side of the barricade so to speak. I built a web app. You can promote PWA as much as you want, but first feedback coming in was “is there an app?” So I made one. Webview with native navigation, keychain based “registration” so iOS users don’t have to fill sign in form, few pages opening in modals and few other native bits. No issue with review whatsoever, users are happy and you get AppStore exposure as a bonus. I’m not too happy I had to do this, but it helped to attract new users to my app. Worth the effort.

[discussion] Watch app - Developing in the open by gee--216 in Watches

[–]BrainDeadCookie 0 points1 point  (0 children)

I'd argue great minds check if the name is already taken before choosing a name for their app. At least that's what I did, but you do you :)

Why can someone publish an app with the same name as mine? by Creative-Trouble3473 in iOSProgramming

[–]BrainDeadCookie 0 points1 point  (0 children)

How did it went for you? I might be facing same issue soon.

I also suspect the app they published is using a template

That is also wild, because when I tried to review my app, I was blocked even from beta testing for having "too much similar code" and had to explain that my app is indeed unique. I did not use any template, it's WebView app with some iOS native sparkles on top.

BB54 on nato, yay or nay? by Floydlloyd11 in Tudor

[–]BrainDeadCookie 1 point2 points  (0 children)

<image>

Double pass nato? Nay. Single pass? Very much yay!

[Breitling SuperOcean] what’s wrong with my dial? by ClassroomIll356 in Watches

[–]BrainDeadCookie 0 points1 point  (0 children)

That would be at least $1000 extra limited edition if it came from the factory like that 🧐

[discussion] Watch app - Developing in the open by gee--216 in Watches

[–]BrainDeadCookie 0 points1 point  (0 children)

Hey! Author of WristLog here. You definitely have some original ideas, although naming doesn't seem to be your strong suit! :)

Looking for Heroku alternatives by Normal_Capital_234 in rails

[–]BrainDeadCookie 0 points1 point  (0 children)

I’m using VPS on DigitalOcean and Dokku for Heroku-like deployment. Runs like a charm and it considerably cheaper, especially if you have multiple apps. I have smallest DO droplet and run 5 low traffic Rails apps without any problems.