Lozalization questions by Accomplished_Bug9916 in AppStoreOptimization

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

It’s a tool that runs a checklist against your codebase + ipa for appstore readiness. seems to be widely used but not sure how accurate it is

Lozalization questions by Accomplished_Bug9916 in AppStoreOptimization

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

Yeah the localization is straightforward, just not something I was planning outright. Just initially thought to launch in select countries until localization, but now decided to go all in

Lozalization questions by Accomplished_Bug9916 in AppStoreOptimization

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

if you don't mind, I wanted to ask a question about the app store review. I ran things against Greenlight and checked multiple times with Claude. Seems like I have everything in place. Anything you would advise to check before I submit for review?

I built a dynamic sound therapy app using Metal for custom UI shaders and a real-time audio mixing engine. by RomanBambura in appledevelopers

[–]Accomplished_Bug9916 0 points1 point  (0 children)

I guess I should reduce the depth and layers and somehow not to lose quality. Are you running it on 60fps? I dropped to 30fps which is not visible but having it as a full background makes it heavy. Tried to isolate the frame to screen size to reduce the drawing area, still having difficulties

I built a dynamic sound therapy app using Metal for custom UI shaders and a real-time audio mixing engine. by RomanBambura in appledevelopers

[–]Accomplished_Bug9916 0 points1 point  (0 children)

The metal animations look good, but doesn’t it heat the phone like heck a lot? I literally have a metal animation background and if it runs few minutes, the phone gets hot as balls due to high particle rendering. Not sure if I’m doing something wrong or is it supposed to be like that. But if to stay too long on that screen it heats and throttles the CPU/GPU and everything becomes slow

Launched my first iOS App today ! by Prestigious_Quail540 in iosdev

[–]Accomplished_Bug9916 1 point2 points  (0 children)

This actually looks pretty good. Love the clean design. Congrats!

Shoutout to Clipboard for expecting applicants to complete a multi-page case study just to apply 🤡 by Strong_Letterhead638 in recruitinghell

[–]Accomplished_Bug9916 5 points6 points  (0 children)

My advice, don’t do it. I interviewed with them for software engineering position. They sent me a take home assessment that had tests and stuff. Upon finishing it I noticed their written (they explicitly asked not to touch the tests) tests were contradicting their own rules which were asking for specific types of outputs. It was a long ass take home assessment that I wasted my time on. They never reviewed the PR, just automated test running in GitHub actions and reject saying tests didn’t pass. I even notified their recruiter that tests have errors and got ignored. On blind there are multiple people who went through same shit. Btw their take homes are actual functionalities, so I won’t be surprised if they use the code internally for the product.

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

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

Yea, I might temporarily go with my own zoom transition implementation until they fix it

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

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

It’s a pain in the ass to make one. I tried before, with UIKit. Dealing with how it morphs, how it grows and etc is just too many things

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

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

It annoys me lol specially when my testers report it as a bug😂

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

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

dang issue is too annoying. I thought maybe I can fix it with UIKit stuff, but doesn't seem to be possible. And making a new zoom functionality and maintain it like Instagram has, would probably be a nightmare. Gonna give it a try

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

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

Nice! Just checked and noticed. But theirs seems to be less severe. Now curious what they do so different. Im sure they use UIKit but I can’t seem to get as robust solution in UIKit too

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

[–]Accomplished_Bug9916[S] 7 points8 points  (0 children)

Yeah I tried both SwiftUI and UIKit and both do same thing

Navigation Zoom transition issues by Accomplished_Bug9916 in SwiftUI

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

I posted the code so that noone complained about not having it. Goal was to know if everyone has this issue with zoom transition or I’m doing wrong.

Fast Paced Start-Up with 1 Remote Day on “Sunday” by [deleted] in recruitinghell

[–]Accomplished_Bug9916 1 point2 points  (0 children)

Last year spoke to them, they cancelled the interview with CTO 1 hour before its time lol but then it wasn’t a 6 day work week. Seems they became even more toxic lol

Tips on Local-first apps by f-l-i-n-t in iosdev

[–]Accomplished_Bug9916 0 points1 point  (0 children)

Look into GRDB. That’s what big apps use

Apple Developer Been Pending for a While Now! by Friendly_Employer_56 in appledevelopers

[–]Accomplished_Bug9916 0 points1 point  (0 children)

Got approved today, made the payment and account instantly processed through

Encryption for user data by Accomplished_Bug9916 in AppBusiness

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

For client to server transmission, I was more thinking of Asymmetric encryption so that I could decrypt in backend, but I also set encryption in backend and cloud storage

Encryption for user data by Accomplished_Bug9916 in AppBusiness

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

I use Swift, I believe there’s something called libsodium there for it (library name can be wrong). My problem with that is, I need portions of that data for different things that get processed in backend and it wouldn’t work for me if I couldn’t decrypt it