How to convert website in to iOS mobile app? [closed] - ios

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 have already build a website. Is there any way to convert that website into mobile iOS app and make sure that it follows the iOS standards?

It is technically possible (easy, even) but Apple's guidelines specifically say that apps that are just repackaging of a website will be rejected, so no, your approach is a non-starter.

This can be doable using cordova as a wrapper application. But this application will be rejected by Apple. We faced same issue couple of months back, this kind of app accepted in google play but not in apple app store.

Related

iOS app with only launch feature will it clear store review? [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
I am tying to launch an iOS app for my website. Planned to start development few months later but like to have my app on store immediately with a small functionality of launching my app would open the mWeb directly with my site url.
So will this app be accepted in app store review?
I strongly suggest Apple would reject it.
To quote the app store review guidelines:
Apps that are not very useful, unique, are simply web sites bundled as
Apps, or do not provide any lasting entertainment value may be
rejected.

Close another iOS app through a button [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I made an app. Now I want to close an other app (not mine) - does anybody here know how that is going to work?
I don't want to publish the App in the App Store - so it is only for private purposes but I dont want to jailbreak my iPhone.
For security reason an app cannot control another one.
You cannot do it.
It's not possible - your app is contained within its own sandbox separate from other apps on the device.
For more information, you can read Secutiy Overview: Code Security in the iOS Developer Library.

iOS : Where to start for AliPay integration? [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 8 years ago.
Improve this question
I've a requirement to integrate AliPay payment gateway into my app, I've dived into google sea but unfortunately there's no fish for my need.
From somewhere, I found this link, https://globalprod.alipay.com/order/integrationGuide.htm, but there's no integration steps for the iOS app.
Does anyone implemented this before? Any documentation out there? Anything?
Generally, there are two ways to do alipay.
1. Integrate the alipay SDK and use alipay App to do the job.
SDK download from: https://openhome.alipay.com/doc/docIndex.htm#goto=https://openhome.alipay.com/doc/viewKbDoc.htm?key=236698_261849&type=info
2. Develop a wap web to pay on web, this is not our job...

Publish Phonegap Build App at Apple's App Store - Experiences? [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 5 years ago.
Improve this question
we want to build our HTML5 App through Phonegap Build for the App Store.
Has anyone else published a Phonegap App to the App Store? Or is there any difference in publishing to the App Store to a normal "native" App?
Of course any information about that would be very helpful!
Thanks for your help!
Greets
Felix
The review process is same as for other iOS apps. The Apple guidelines are available here. Apps are evaluate based on a range of criteria, including user interface design, functionality, content, and the use of specific technologies.
PhoneGap obviously gives you access to all the device features, so you have all you need to build an app that complies with the guidelines. Here is some authentic tips (one from Phonegap) that you must take care-
one here &
another
I published a Phonegap App to the AppStore and there are absolutely no differences!

Submitting an ios app to the app store [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
I have been looking following tutorials online for the past two days and I can not get anywhere.
Can someone please give me step by step instructions on how to submit my app to the app store for xcode 4.2.
I have an xcode project ready to go, but the submission process seems to be ridiculously convoluted. I know this question has already been asked but the past answers aren't helping me.
Apple recently added Start Developing iOS Apps Today to their iOS Developer Library. It includes instructions on how to write Objective-C, get started with the framework and, most importantly, Your First App Store Submission. Here Apple details the process for submitting applications for review.

Resources