iPhone(4s): How to update the application with apple-certificated ID [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 8 years ago.
Improve this question
with the Apple-certificated ID , we can debug/test the application on the real iPhone and Xcode is always used to install the application to be tested .
My question is : without the xcode, how can I install the test application on real iPhone.
PLease help to enlighten me .
Thanks a lot.

You can either send the app and a provisioning profile to a user who can then install the app using iTunes.
Or, and my preferred choice, use a service such as TestFlight to share your app over the air with testers and/or clients.

Related

How to convert website in to iOS mobile app? [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 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.

How to cancel support for ipad, and then upload the App [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
If canceled up support for the ipad, iTunesConnect will reject this app, because this app before support for ipad.
steps to reproduce:
TARGETS - General - Deployment Info - Devices,The "universal" change "iphone",Then upload app
Error Screenshot:http://i.stack.imgur.com/na8sX.png
The error message is pretty clear: Apple does not allow you to remove iPad support from an app that previously had it.
You need to release your new iPhone-only version as a separate app.

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.

how to upload binary through application loader in XCode? [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 want to upload my binary to the iTunes through application loader. When I get the option to choose the app my app name is not shown there,some other app name which is also waiting for the upload in my account appears there.
How can i select my current app for upload?
Check this image, I guess it will answer your question. Let me know if you are facing issue.
Updated :- You need to add you app profile on iTunes for next updated version/initial version. Then will be visible to you in Application loader.Check the proper bundle Id and Version number.

How to find which app is running on foreground in iphone [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 am doing one app user install my and did go background but in my want recognize which application is on foreground. How to find this when my is in background still my app was run and which application is running currently. Please anybody help me i am new to ios .
Thanks in advance.
You cannot find out what other apps are running in iOS

Resources