Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Good news everyone! (Score 4, Informative) 433

I won't do in-app purchases even for free apps, and even for apps I would have gladly paid several dollars for retail. The reason is simple: If I restore my phone, get a new phone, or even just uninstall and reinstall, I lose credit for that IAP.

What? iOS handles this just fine. Got a new phone? Restore your backup from iCloud, most apps will just keep the purchases enabled. If you uninstall and reinstall the app then you just use "restore In App Purchases" button and they all re-appear.

Comment Re:Still no MSI package - other Enterprise issues (Score 1) 766

""Example, you can easily change the home page of every user by simply creating a policy object and applying it to an Active Directory User"
Solution: Don't Do That."

Yes I think locking down the home page was a bad example, better examples of group policy use were the other settings like security, etc. that IE exposes through the group policy. Even the proxy settings, try explaining to hundreds of users how to set proxy settings.

Adding group policy support to an application is dead simple -

- you just make a text based policy template containing all the settings you want to expose,

- admins import that into the group policy manager,

- it reveals a bunch of check boxes or text boxes for each option,

- the admin applies the policy

- the windows PCs pick up the settings and apply them into the registry,

- the next time firefox is run it just needs to call a few APIs to check the settings and it is done.

I had a prototype of this working for an application I used to work on in a matter of hours. If open source wants to be excepted in the enterprise they must support this. (I won't even go into how this is done on a linux machine as I have no idea)

Slashdot Top Deals

(null cookie; hope that's ok)

Working...