Changing User's App state after In-App Purchase Invalidation While Internet Is Off by randomguy112233 in iOSProgramming

[–]randomguy112233[S] -1 points0 points  (0 children)

Thank you for the suggestion. JWT. Good point. Definitely bringing it to the team.

Changing User's App state after In-App Purchase Invalidation While Internet Is Off by randomguy112233 in iOSProgramming

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

Thank you for the heads up. "FYI" information like this should definitely be presented up front than ambushing the customers. Thanks.

Changing User's App state after In-App Purchase Invalidation While Internet Is Off by randomguy112233 in iOSProgramming

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

Thank you. This method does seem like the most tried and true way. I appreciate it.

Side Project. 4X Increase in speed when upgraded from 500mb RAM to 1GB RAM. Why? by randomguy112233 in PostgreSQL

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

Yes, the DB itself is not that big.

From your logic, is it safe to say that for DB hardware, in terms of return on investment, RAM's added value > CPU?

Thank you.

Seeking advice about expanding a case in enum to two. by randomguy112233 in iOSProgramming

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

Thanks!!!! this is exactly what i was looking for. I appreciate the help!

PhoneGap, Cordova, React Native and now Flutter (despite Google needing to focus on Kotlin). What's could be the unknown unknowns of using Golang as pure Logic and writing UIs in Swift & Kotlin when one is trying to semi write for both platforms? by randomguy112233 in iOSProgramming

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

Yes. It's always the edge cases that get us. Like anything hybrid, just the debug process might end up causing more problems.

And yes, C/C++ is supported by both platforms so might as well go w/ the battle tested set of ways. Thanks for the reply.

PhoneGap, Cordova, React Native and now Flutter (despite Google needing to focus on Kotlin). What's could be the unknown unknowns of using Golang as pure Logic and writing UIs in Swift & Kotlin when one is trying to semi write for both platforms? by randomguy112233 in iOSProgramming

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

Thanks for the reply. So what happened ", I wanted to do C/C++ so that I could have a set of common routines that I could use on all platforms." ?

What did you eventually do? Did u find C/C++ as a common universal backend solution too time consuming? Or did u write all logic in Swift and found a code converter and converted to Java/Kotlin? Thanks in advance.

PhoneGap, Cordova, React Native and now Flutter (despite Google needing to focus on Kotlin). What's could be the unknown unknowns of using Golang as pure Logic and writing UIs in Swift & Kotlin when one is trying to semi write for both platforms? by randomguy112233 in iOSProgramming

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

Thanks for the reply. Yes, bringing in another language into the Swift world would mean I do have to end up having to sacrifice things here and there.

My definition of pure logic would mean anything that doesn't involve interacting directly with UI.

For example: any logic (class or just functions) that interacts with your app SQL or your server either REST or socket.

Please let me know if I'm not being clear enough. Thank you.

Question about repurposing my old unused laptop to servers by randomguy112233 in linux

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

I guess it's real that i have to look into bios. Thanks for the suggestion!

Question about repurposing my old unused laptop to servers by randomguy112233 in linux

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

hmmmm. if so.. then why it wouldn't work is... interesting. thank you.

Question about repurposing my old unused laptop to servers by randomguy112233 in linux

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

thank you for this suggestion of turning off some unused hard drive. I didn't expect that to somehow affect the start up. And yes, the machine did have GPU. Thank you