Allow/Disallow app to Access the Network [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to build an app for iPhone that allow/disallow other installed apps to access the network, data transfer etc.(like firewall). Is it possible to make such an app. If so how can I make, which libraries should I use.
Thanks

No, you can't do that. Each application is installed on a sandbox environment, you can't access the data of other apps or block it's features.
Apple won't allow this. If you do so, it's against the Apple's App-store policy.

Related

where can I find matrix like chart for ios frameworks [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any website similar to http://iossupportmatrix.com/ where I can find the matrix of ios frameworks and compatibility. Basically if I want to use some of the framework feature I would like to refer to the matrix and see if the compatibility across os versions.
Apple maintains this list in their website below is the link to apple website for feature change from ios 6 till date
https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008246

What's suggested approach to create UI similar to Facebook News Feed? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
What's better approach to develop UI/UX similar to facebook new feed and attached Image.
I would like to make it as an Native app. If there is any framework available then I'm willing to use that also.
https://parse.com/tutorials/anypic
https://github.com/ParsePlatform/Anypic
This open source code available for this app.
This app similar to Instagram app. This shows social feeds of images shared by user.
They have custom TableViewCell and TableViewHeaders.
Try this. It might help you.

Is it possible to see app downloads by country? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is it possible to see app downloads by country?
I checked
Sales and Trends
View and download your sales and trends information.
part but it only seems to show the region. Is it possible to somehow learn which countries downloaded my application?
A really great tool I've been using is AppViz. It gives you all sorts of stats

How to sync data across all iDevices [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I currently have an application that works on my iPad,So when i save a particular project then it has to save and sync across all my iDevices,how do i acheive that? what api's are available?
Thanks
it depends on your requirement.
you can use iCloud for syncing the data/files all the iOS devices user has authenticated with the same account.
but if you want to sync within the app data according the user profile, like user has two devices and login with two different accounts then in that case you can use your own server to sync data manually by your APIs.

Chat APIs for iPhone app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new to iOS. I am building an app on iOS which requires chat functionality which can be integrated to an existing application. Please let me know if there are any APIs available to integrate it in an iphone application. (please give me links if possible).
Thanks.
I used a framework called XMPPFramework with ejabberd as chat server and it worked fine

Resources