user1551227
user1551227

Reputation: 69

Unable to deploy Trigger.io solution real device when parse.com option is enabled

I want to use parse.com push notifications in my Trigger.io solution, however, when I enable the partners parse.com option and opt to deploy to my iPhone (real device), I get the following error:

[ 48%] Copying /Users/Brady/forge-workspace/rj/development/ios/device-ios.app//retina.png to device
[ 49%] Copying /Users/Brady/forge-workspace/rj/development/ios/device-ios.app//tabs_modalWebViewController.nib to device
[ 50%] TakingInstallLock
[ 52%] CreatingStagingDirectory
[ 57%] ExtractingPackage
[ 60%] InspectingPackage
[ 65%] PreflightingApplication
[ 70%] VerifyingApplication
[ 70%] InstallingEmbeddedProfile
AMDeviceInstallApplication failed: -402620394

The solution deploys successfully to the iOS simulator - just not an real device/iPhone.

Upvotes: 2

Views: 641

Answers (1)

Amir Nathoo
Amir Nathoo

Reputation: 1866

You need to setup your certificates and entitlements correctly per these instructions: https://www.parse.com/docs/ios_guide#push

Then you'll need to specify your provisioning profile and certificates in your Trigger.io local config: http://docs.trigger.io/en/v1.4/tools/local-config.html

If you still have problems, please contact [email protected] sending your config.json and local_config.json.

Upvotes: 1

Related Questions