I have two profile profiles: the App Store distribution distribution profile and the Provisioning Development profile. The question is pretty simple, but I need an explanation. I assume that code signed with the App Store distribution distribution profile will not work on devices that I usually use for development. I'm right? And is there any way to run this code on my devices?
PS I know that there are similar questions. However, no one asked if it was possible to run code signed with the App Store distribution distribution profile on devices commonly used for development.
The reason I'm asking is because I am integrating Push Notifications with Parse.com (which is in beta) and I would like to check if their service works well in a production environment.
Answer (thanks to Heldar):
App Store profile profiles do not allow you to install a distribution-based application on an Apple device. To install a distribution ready application on your device, you must create a special service profile.
It can also be checked in the organizer: 
source share