iphone - Need to restrict my app to only run on devices with an L.E.D -


i've built flashlight app, how can put restriction in place install on devices l.e.d? presume uidevicerequiredcapabilities, not sure key/value use.

you can set camera-flash key of uidevicerequiredcapabilities properties yes make sure install on devices contain "camera flash" (usually torch)


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -