1
vote
3answers
278 views

How to restrict users to shut down apps on Android?

I have a request on developing enterprice tracking application. The application should be able to get current postion of the phone and send it to server every 5 minutes. Even if application is running ...
1
vote
2answers
176 views

Location restricted Facebook apps - Possible to restrict view from page admins?

We have created a Facebook application that is restricted to US only, using the Graph API location restriction method (https://developers.facebook.com/blog/post/574/). This application has then been ...
1
vote
4answers
595 views

iOS : restrict the deletion of application

I need to restrict the iOS application that the application should not be deleted,just like default application.I want to know is there any programmatic way or other way to achieve this. I have to ...
0
votes
1answer
229 views

Proper age restriction for facebook applications

I have tried to implement the age restrictions by using a post request on the graph: ...
6
votes
4answers
263 views

Is there any way to block a C# plugin from accessing the main C# Application in a program?

I have a program and a simple plugin architecture where the plugins implement a generic interface and the main program loads all plugins that implement this interface. It's the most common custom ...
0
votes
2answers
112 views

Restrict application usage

I would like to restrict people using my application to one Computer, so I was thinking about IP's.. but people in some countries get new IP's after they reboot their Internet.. so I need something ...