Where can I create, update and store my iPhone backend [closed] - iphone

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I have found a lot of sites that can store my data but I also would like a web service that can run my three php files regularly to update the data in my database. I have these files because I need to get data from another source and make it more suitable for my needs and then I save them into JSON files which I later want to access from my iPhone app. Is there any place that can do this (hopefully for free or cheap)?

You can find some sites for free, but you're better off paying for a service IMO. You're looking for something with "MySQL Databases" as a feature. iPage.com, WebHostingHub.com, BlueHost.com, etc. all offer this.

Related

What would be a good Flutter client for an Aqueduct server? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
Writing my frontend app in Flutter/Dart, and my backend server using Aqueduct being written in Dart too, is there a tailored client that could e.g. reuse the models of Aqueduct?
Short anwser:
The Aqueduct is dead. Long live the Aqueduct!
it's been a long time since the last update.
To be precise, Aqueduct is not alive, not dead.
Can I ask a reasonable question here?
What's the point of using a framework whose users have long worried about the lack of updates?
P.S.
Excuse me if my question seemed to you on the contrary, not very clever.

How to know if a web-site is developed/running using a specific technology? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
Since many front-end frameworks/CMS have a fully customizable appearance, I would like to know how is the best/easiest way to determine or identify if some web-site is developed or running with a specific technology.
Any ideas?
Thank you in advance.
Wappalyzer browser extension is the best way to know the technology behind a website.
And to discover if it's build with Liferay or any other way.
https://wappalyzer.com/

Does Apple allow html/js apps in appstore? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Is it considered kosher by Apple to create an app consisting of nothing but a WebView and the appropriate html/js/css files to support it?
I have an app that could be written entirely within a webview and it would be much easier to get from start to finish that way instead of learning the parts of the iOS SDK necessary to do it.
Yes, it is acceptable, but I would recommend looking at PhoneGap, which is based on a similar concept, but provides JavaScript access to native functionality.

Will the app get rejected if you write image to /private/var/mobile/Media/DCIM/100APPLE/ directly? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Instead of using UIImageWirteToSavedAlbum, is it safe to write your image to /private/var/mobile/Media/DCIM/100APPLE/ directly?
Without consulting the actual developer contracts at all, I feel safe in saying "Count on it, you will get rejected".
(Besides, is this even possible, given the sandboxing?)
Edit: The iPhone Application Programming Guide says that "for security purposes, your application is placed in its own directory and is limited to reading and writing files in that directory only." If that isn't actually the case (i.e. you can write to /private/var/... anyway, I'm pretty sure it's still "forbidden").

What is the best CMS for a technology user group? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
We're starting a user group and want our own website for it where people can post, register for meetings, etc. What is the best CMS to use? The server we plan to use is Win 2003 Web Server with IIS 6 and SQL 2008, but also has PHP and MySQL installed.
This is highly subjective. You can have a look at http://php.opensourcecms.com/ where you can try almost all of them and decide for yourself.
If you want an easy and quick start, try Joomla. For a better (and maybe more complex) product, go with Drupal.