Minimum functionality for an iOS app to be approved in App store [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 an app requirement. App's functionality is to launch another app thats already installed in the device using a custom url scheme for the installed app. IF this is the only functionality of the application will Apple approve this in the App store?

More than likely, that's not enough functionality to get approved.

Related

How can I publish my PWA to the App Store? [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 2 years ago.
Improve this question
I have a PWA (built with C #) 100% working and running on the Play Store, but I would like to put this same PWA on the App Store (Iphone) How can I compile the project on my macOS system to publish it on the App Store?

Why my iPhone app's downloads is high although I didn't publish anywhere? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I published an app but before I started to market it (no-one knows about it) I have 300 downloads in 2 months.
How come?
When you publish your application, your application automatically comes in New Release section of iTunes.
Also, you can anytime manage/block your application to be seen on iTunes and not to be downloaded. For that login to iTunesconnect
Hope this info helps you..

Will Apple approve an application that has PDF and audio files? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am developing an iPhone application that contains audio and PDF files. Will Apple approve it?
What makes you think it won't be approved? I have similar apps on the app store, which were approved without any problems.

Iphone app as a link [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
An Iphone app with a redirect to website is allowed? We have developed the web based application for hr people and I just want to have our name listed in the iphone app.
Per the App Store Review Guidelines, no.
2.12 Apps that are not very useful, are simply web sites bundled as apps, or do not provide any lasting entertainment value may be rejected

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.