Hello,
I'm new at developing an ios app, but I have created a basic app, I plan to use just for me using xcode and the language swift.
I intend to use this app, to display a video and images on ipads that will be used as KIOS on a trade show. I don't need this app to be published on the app store as I intend to use it solely for my use.
Is there a way I can do something like this that won't be restricted with the 10 days restriction?
I learned xcode/swift as little as I could to create the app, but now I'm limited to the 10 days, and only 3 devices. Is there a way I can create an offline app, that doesn't have the all the restrictions? I plan to use these ipads over and over again on tradeshows to display my work.
Is there a way I can do something like this that won't be restricted with the 10 days restriction?
Those restrictions are because you’re using free provisioning, aka a Personal Team. For the details, see Developer > Support > Choosing a Membership.
If you pay to join the Apple Developer Program then you have a lot more deployment options. One good option is to publish a Custom App on the App Store, which lets you restrict who can download and use it. However, if you want to avoid the App Store entirely, you can use Ad Hoc deployment, which only needs to be refreshed once a year.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"