Sideloaded applications Data Type

Sideloaded applications and signing identities

Properties
Name Type Description
applications array of Sideloaded application
signingIdentities array of Signing identity

Example

{
  "applications" : [ {
    "package" : "com.bbreference.teamad.WhiteListTest",
    "name" : "WhiteListTestApp"
  }, {
    "package" : "com.good.gcs.g3.enterprise",
    "name" : "BlackBerryAccess"
  } ],
  "signingIdentities" : [ {
    "identity" : "iP#### Di########### Re###### i# Mo#### Li#####",
    "hash" : "a1025090c5af7eb03fe331d14b63ea1857b9929cd7187fc2f163b93d10ebb0e4"
  }, {
    "identity" : "iPhone Distribution: BlackBerry Limited",
    "hash" : "9f024950568ffd6309de2874155d754779e6fb10b493c178313f8b5d9c4318df"
  } ]
}