apple has made all of the stuff you have to do far, far simpler than it used to be. it's also all very well organized on their developer site. * if your app is for a private audience (like a corporate app), only allowed to run on certain devices, you don't need to have any of the web pages * if your app is for a semi-private audience (shared via a private url), similar rules apply, but any device can run it. * on apple's dev site, there is a section on the first page, "certificates and profiles". a) you have to have a certificate for signing the app. there are many types of certificates that you can create. some are very broad and include just about everything you might need, and some are more limited, for the paranoid. some are for services such as push notifications. there are explanations on the page. don't overthink it. b) next you have to create an identifier for your app, and tick checkboxes on what services your app will require. c) next is devices. if you are not distributing to a limited set of devices, you can skip this step. d) then you create a profile. a profile pairs the certificate, the app, and devices. tap, tap, tap. e) next are keys, which you need if you're going to access certain apple services, like push or weatherkit, so your app can talk to those services. and that's it. you can set all of this up an maybe a minute or two. we have to regenerate our apps, annually, because they are for corporate use, which means a new certificate and new profiles. this also only takes a few minutes. it actually takes longer to rebuild the app than it does to perform the other tasks.
On Fri, Aug 8, 2025 at 3:22 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Jacqueline, > > > Am 07.08.2025 um 23:03 schrieb J. Landman Gay via use-livecode < > use-livecode@lists.runrev.com>: > > > > I don't think you need your own domain for the web site, you just need a > permanent location for the required documents. It could be a subdomain of > another website. For example, Klaus, you could create subdomain on your > site that points to the client's documents. > > good idea, thank you, will do that! > > > -- > > Jacqueline Landman Gay | jac...@hyperactivesw.com > > HyperActive Software | http://www.hyperactivesw.com > > On August 7, 2025 8:47:20 AM Klaus major-k via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > >> Hi friends, > >> > >> my customer is about to finish his app (with my help :-). > >> Some questions, where I am not sure, since I always met these > requirements in question. > >> > >> Does the developer need an own website: > >> For Android? > >> For iOS? > >> > >> Does the APP itself need a website: > >> For Android? > >> For iOS? > >> > >> I know that one definitivley needs a page to show the privacy policy > for the app. > >> Thanks for any hint! > > Best > > Klaus > > -- > Klaus Major > https://www.major-k.de > https://www.major-k.de/bass > kl...@major-k.de > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode