Blocking and Being New Home Screen Swift iOS [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 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+

Related

How may I customize app suggestions in iOS [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
I would like to customise App Suggestions in iOS programatically.
It usually says Good Morning and my app name.
Is it possible that I configure it to say something other than "good morning"?
Can I control when and where it appears?
I couldn't find much information in this regard.
Thanks,
Elstine
You can't modify App Suggestions from an application, as that content is outside of the scope of an app's sandbox.
"Good Morning" appears there because the App Suggestion feature detected that you usually use a particular app in the morning and greets you with an according message. Those strings come directly from this feature and are not app-dependent; therefore, they can't be changed as of now.

Making ios app with simular icon [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 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.

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 demanding is it to transition from iOS 6 to iOS 7 programming? [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 9 years ago.
Improve this question
I learnt how to program in iOS 6(mid-scale apps) in a university course last year. I was wondering, how much challenging is it to make a transition to iOS 7? I tried to check out for an iOS 7 full change-log but I only found info related to added features.
Not challenging at all. If you want to use some of the new API's then you will need to learn them. Creating a 'mid-level' app however has remained very much the same.
The major differences are 'stock' element appearances but they are created the same way. Also views are now 'full screen' so that can be confusing at first if you aren't aware.

How to create iPhone Application for my flash page? [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
I want to make iPhone application for my flash page.
What is the easiest way? Does PhoneGap support that kind of things?
EDIT:
The application needs to open the flash page like a browser, similar as the Photon app.
Flash is not supported on iOS. The answer is you can’t create one.
Here’s Steve Jobs’ article on the reasons why it is not supported — http://www.apple.com/hotnews/thoughts-on-flash/

Resources