I've written a personal budgeting/cash flow model app for my iPad. I'm older and a retired software developer and I created this just cause I like to code. It's taken me over two years to create as a labor of "love" of the craft. Using cloc I get:
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Swift 217 5523 3258 24990
CSV 13 0 0 14680
Objective-C 5 685 125 2076
SQL 9 213 29 845
JSON 15 0 0 510
C/C++ Header 7 1107 1413 319
XML 9 0 1 189
-------------------------------------------------------------------------------
SUM: 275 7528 4826 43609
-------------------------------------------------------------------------------
I don't have the resources to support an app published publicly in the app store so I'll not be submitting it to Apple to distribute. But, I'd like to be able to use it on my iPad and my wife's iPad. I've submitted it for TestFlight and my wife was running it like that for a while. But every 90 days I'd have to resubmit it and version it. So, right now I publish it via XCode off my Mac as a test app and that works fine so I know that is an option.
But, I may not purchase a developer license in perpetuity as I get older and don't regularly practice programming.
Is there a way that I can still run the app on our iPads even after I'm no longer a registered Apple Developer?