Loading
FAQ

What ongoing costs does an app have?

This is the part most budgets miss. Android and iOS release major versions annually and each can break something or introduce new store requirements. An app left untouched for two years frequently stops working and can be removed from the store. Budget for maintenance from the start.

Related

Other questions on this topic.

How much does custom software cost?

It depends almost entirely on scope, which is the one thing under your control. A focused internal tool is typically four to eight weeks of work.…

Do we own the software you build?

Yes. Code, data, and ownership are yours as set out in the agreement. The code lives in a repository you can access and the hosting is…

What happens to our existing data?

It gets migrated as its own piece of work: extract, examine, clean, map, import to a test environment, and your team verifies against records they know.…

How do you handle security?

Role-based permissions so people see only what their job needs, hashed credentials, encrypted connections, protection against standard attacks, and an audit trail recording who changed what.…