Making ios app with simular icon [closed] - ios

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 6 years ago.
Improve this question
I published one my app to store.
Now I want to create a little bit different version of that app and publish it as separate app. (For the common account)
I will extend the app's features
Can I use simular icon? or which staff I need to replace?

In my case I use a different icon, bundle id, and different app description. Everything else were the same. If you're not sure if there's anything more to change just submit the app for review and apple will reply if there's anything more to change.

Related

Blocking and Being New Home Screen Swift iOS [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
I am new to Swift and iOS programming and I wanted to know if there was a way to essentially block other applications or have your application be the default Home Screen? The idea is a time-saving application so maybe totally hide text messages and the browser when it is enabled.
I saw that there is kind of a way to do this in Android, but wasn't sure if there was a way to do this with iOS.
No. iOS does not allow apps to have this level of permissions.
However, you may be able to achieve similar effect by using the Screen Time feature in iOS 12+

Can I use Swift to list all apps that are currently running? [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 6 years ago.
Improve this question
Am I able to use Swift code to display all apps that are currently running on an Iphone (or Ipad)? I am hoping to integrate this with an "on/off" button, but am having trouble getting the display to appear.
No. The lists of installed and running applications are treated as private data, and are not available to applications. Apple has specifically rejected applications for attempting to determine what other applications were installed on a user's phone.

How to merge 5-6 Existing apps on itunes Apple store into a single framework [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 9 years ago.
Improve this question
My client have 5-6 ios apps already on App Store,they want us to create a central framework which should merge all existing apps ,and with the help of that framework new apps could be created,this question may sounds dumb ,as i am new to ios development ,i need to know is this really possible in iOS..PLease help.
Evaluate what all the apps have in common. Then try to develop classes, that are used in all of them.

How to confirm if someone rated my iOS 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 9 years ago.
Improve this question
Is there a way to confirm programatically if someone rated/reviewed my app on the AppStore?
The answer is simple. There is no way to check it.
The only thing you can do is to open the AppStore app with a page of your application. However, if user rates your app there or not, remains unknown and you cannot know it.

How to test the web on ipad or other android‘s telephones? [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 9 years ago.
Improve this question
I want to test my web on ipad or others.But i don't know how to do. I want to see display in different screen.And I want to test the function on different platform. Can you tell me any tools or any website ?
Do you mean you want to test your app on an iPad ? If that's what you mean then you need a developer account (developer.apple.com), then register the device. There are guides in the Dev Library for that :)

Resources