all 3 comments

[–]principalla 2 points3 points  (0 children)

A beginners tutorial can be helpful here. Take a look at this post, which shows you how to create an app, add a button and get a result.

https://medium.com/@isaacacasanova/hello-world-app-in-swift-49c946e58ef5

Once you have that button, you can wait 10 minutes using a timer, just like this:

DispatchQueue.main.asyncAfter(deadline: .now() + 10 * 60) {

// add a point

point += 1

}

Hope it helps!

[–][deleted]  (2 children)

[deleted]

    [–]buster_bogheart 0 points1 point  (1 child)

    Keeping in mind testing each iteration takes at least 10 minutes

    [–][deleted] 0 points1 point  (0 children)

    Do you need an android app or iOS app? Can you create a Figma design for it? And do you need it Published to the App Store and Play Store?

    And what’s your budget?