Questions tagged [capability]

Capability is the ability to perform actions. In computer science the term is often used in capability-based security, a granular way to restrict processes' rights.

A good reference is the wikipedia page for capability based security.

An example of such mechanism are Linux capabilities, these have a separate tag:

142 questions
0
votes
2 answers

Which capabilities is required in the simpliest application to accept it on marketplace?

like in topic: Which capabilities is required in the simpliest application to accept it on marketplace? I have the siply application which for example have 1 button and 1 textBlock and onClick event it display "Hello World!" in TextBox. I have read…
Mateusz Rogulski
  • 7,357
  • 7
  • 44
  • 62
0
votes
1 answer

Unexpected Error on Capability Validation when running Marketplace Test Kit of Windows Phone

I'm trying to submit an update of my application and the Capability Validation test of the Marketplace Test Kit is returning "[ERROR]: Unexpected Error". What a great error message. Submitting the update to the marketplace also gives me the same…
andrecarlucci
  • 5,927
  • 7
  • 52
  • 58
-1
votes
1 answer

Why can I not choose the "Sign in with Apple" Capability in Xcode?

I uploaded a screenshot of the capabilities I can choose. Has that something to do with the Apple Development Programm? enter image description here
rocketFox
  • 77
  • 1
  • 8
-2
votes
1 answer

Xcode Capabilities are needed?

I'm a beginner of ios development, and I wonder whether capabilities are needed. For example, I can GameCenter in my project without turning on GameCenter in Capabilities. My question is what will happen if I use GameCenter in my project without…
-2
votes
1 answer

Where can I find a list of the iOS platform capabilities?

I'm making an application that tells the user what kind of iOS device they are using and then tells them the device's capabilities. Below is some example code: case UIDevice1GiPhone: return UIDeviceBuiltInSpeaker | UIDeviceBuiltInCamera |…
Sean Smyth
  • 1,509
  • 3
  • 25
  • 43
-3
votes
3 answers

APIs supported with Windows 10

I want to develop a Windows 10 app (something similar to Windows Store app) . I want to know , would I be able to get the following details from my app CPU Usage and show top Metro apps consuming RAM Getting list of all the apps installed. Battery…
Apoorv
  • 2,023
  • 1
  • 19
  • 42
-4
votes
3 answers

WP logout when upload on front

My theme have a submit post page and I configure user capabilities for everyone to upload. But no one can able to upload. And when i clicked "add media" button and select any file for upload, my current account is logging out automatically. Where…
Fatih SARI
  • 435
  • 4
  • 21
1 2 3
9
10