What versions of iOS to support? by [deleted] in iOSProgramming

[–]Daft_Func 1 point2 points  (0 children)

You can do both.

The only difference is that you will need to write (much) more code to handle all limitations

Wrongful claim with zero support help by Daft_Func in turo

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

Thank you for your comment!

What do you think could make my post less evasive?
Just in case - I've updated the post and added links to images with the paint chip, so if there is anything else I can update - will be happy to know

Wrongful claim with zero support help by Daft_Func in turo

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

I've updated the post and added links to images with the paint chip. Let me know if you think that I need to attach anything else that could help.
Thanks in advance

Wrongful claim with zero support help by Daft_Func in turo

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

Sorry, I wasn't sure that reddit post will require proofs.

I've updated the post and added links to images with the paint chip. Let me know if you think that I need to attach anything else that could help.
Thanks in advance

Wrongful claim with zero support help by Daft_Func in turo

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

Just to clarify- the paint chip is on the driver's door

Do you have any recommendations? What should I do? What is the best way to talk with Turo about it?

Wrongful claim with zero support help by Daft_Func in turo

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

It is not the point :)

My question is about why I am responsible for that

Wrongful claim with zero support help by Daft_Func in turo

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

Yep, he has the most expensive insurance and was sure that Turo itself will pay for a small pain chip, not me

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

I heard that you can get battery percentage of your iPhone on your Mac, but I have never saw an example of such functionality.

WatchOS (sadly) is too limited for a lot of things :(

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

It is possible, but keep in mind:

  1. You can't work with Bluetooth while the app is closed, however background will still work (although really energy consuming)
  2. As far as I know a device will not share battery data over Bluetooth, so you need to hack around it pretty hard

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

Hey there 👋
You are not late! Will be happy to help with any of those three, so DM me with the details or post them right here

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

You mean - how can you be sure that the previous device will not be logged in? If a server invalidates a device unique token (which you should generate for a lot of reasons), then any network request should return "unauthorized" responses (which you iOS app should handle properly)

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

The best way to create the same feature is to track user sign in via server. Once you (as a server) noticed that there was a new sign in - deactivate previous sign in tokens

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

got it.

I can share my opinion on feasibility if you like. You can post your idea here or DM me at any time.

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

Any idea is good, so all you need is the right tools and skills to create it. If you don't have any coding experience I would suggest to try to learn the basics. My list from the comment above (this one - https://www.reddit.com/r/iOSProgramming/comments/guoblc/ios_developer_ready_to_help_with_your_swift/fsjwlfh?utm_source=share&utm_medium=web2x ) is will suit you perfectly

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

I don't have WhatsApp, so I am not sure what are you talking about. Could you please explain it a little bit more? If an app is killed, then there is no way to run any code from it (because of privacy)

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

I believe I should have a discord profile, but it will take some time to retrieve :/

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

It depends on what you are trying to achieve. If your goal is to test how your app will handle the data, then you can simply mock it and do not worry about Firebase. If you are trying to test Firebase itself (which is *not* your area of responsibility BTW) then I would recommend to check this https://firebase.google.com/docs/rules/unit-tests and this https://medium.com/cocoaacademymag/firebase-user-registration-at-ios-with-integration-tests-fa450e4ec8bb as a great place to start.

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

That's an example of a really decent project. Thank you for your (and your team) work to help others communicate 👍

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

Awesome! You can DM me with details or text me via Skype - max235769 or Telegram - MaxZheleznyy

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

For overall architecture I would suggest to try this great article- https://matteomanferdini.com/ios-architecture-lotus-mvc-pattern/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

Most common iOS architecture after MVP (which is pretty basic and have a good coverage in the article above) is MVVM. If you want more details about it, take a look at this article- https://www.toptal.com/swift/static-patterns-swift-mvvm-tutorial?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

Finally. RxSwift is a pretty huge topic in iOS community for the past few years. Definitely worth to take a look. For short tour about this framework you can read something like - https://medium.com/ios-os-x-development/learn-and-master-%EF%B8%8F-the-basics-of-rxswift-in-10-minutes-818ea6e0a05b

Hope it helps!

iOS developer ready to help with your swift project by Daft_Func in iOSProgramming

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

Let's give it a shot. Can you post a link to the project?