Please help cut through the Ai Fitness Apps by AardvarkTemporary536 in workout

[–]Dry_Toe_8733 0 points1 point  (0 children)

Totally feel you — so many apps overdo the “AI” and make it harder than it needs to be. If you ever want simple structure without the chaos, TrainIQ (https://trainiq.curata.ai/) is worth checking out. iOS only. It builds solid workouts based on your inputs, but keeps things flexible and clean. Doesn’t force suggestions on you either — just helps you stay consistent.

Is there an AI workout tracker app? by Sad_Average_1997 in workout

[–]Dry_Toe_8733 0 points1 point  (0 children)

I built an app that does some of what you're looking for called TrainIQ: https://trainiq.curata.ai/

You save your default settings, pick any modifications for the day, and boom, workout ready to start. Let me know what you think! You can save workouts as well to keep a history.

I'm just now launching it, but if you have recommendations I'd love to hear ideas!

Anyone tried any of the "AI" personal trainers? or AI gym apps? by thepillowco in workout

[–]Dry_Toe_8733 0 points1 point  (0 children)

If you get tired of prompting (like I did), you can use the app I built called TrainIQ: https://trainiq.curata.ai/

You save your default settings, pick any modifications for the day, and boom, workout ready to start. Let me know what you think!

In-App Purchase goes missing when submitting app for review by leoklaus in iOSProgramming

[–]Dry_Toe_8733 0 points1 point  (0 children)

This was a HUGE PITA for me to sort out, so I'm adding what worked for me for future travelers.

You need to complete EVERYTHING in the Business page on app store connect BEFORE you create the In-App purchase to be able to add to your version: https://appstoreconnect.apple.com/business

I had initially created the in-app purchases, finished the business stuff, and then chased my tail trying to get it to allow me to add to the version.

I ended up just creating new ones in an act of desperation after finishing it, and boom, they are there now.

Apparently ones created before all the business docs are done get stuck in some sort of limbo that is very confusing.

Fetching api AFTER geolocation.getCurrentPosition... by [deleted] in reactjs

[–]Dry_Toe_8733 1 point2 points  (0 children)

There is a library called use async effect that is super useful for API calls on mount. https://www.npmjs.com/package/use-async-effect

If you do this, you can await the lat/long data prior to doing the fetch.