Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Ad Hoc provisioning profile and push notification. #31

Closed
shvilam opened this issue Apr 1, 2014 · 3 comments
Closed

Ad Hoc provisioning profile and push notification. #31

shvilam opened this issue Apr 1, 2014 · 3 comments
Assignees

Comments

@shvilam
Copy link

shvilam commented Apr 1, 2014

I am trying to test my push notification as good as it can get to production.
As I understood the only way is to test the apns of the production is using adhoc provisioning.
The problem is that I can not install the the app on the device when get-task-allow is true
only when I remove it or change it to false. Is this what need to be done ?

I am not sure that it related but I am not getting the push and the apple server return false on that call
$result = fwrite($value, $msg, strlen($msg));

How can I understand what has gone wrong?

@marchbold
Copy link
Contributor

Hi,

Sorry for the delay in getting back to you.

What have you tried so far with your adhoc deployment? You definitely should be able to get push notifications working in adhoc mode.

@shvilam
Copy link
Author

shvilam commented May 14, 2014

Long time has passed since. but as I wrote I can not install an app with get-task-allow is true

@marchbold marchbold self-assigned this May 18, 2014
@marchbold
Copy link
Contributor

So sorry about the delayed response to this one.

From this thread on ADC:

get-task-allow, when signed into an application, allows other processes (like the debugger) to attach to your app. Distribution profiles require that this value be turned off, while development profiles require this value to be turned on (otherwise Xcode would never be able to launch and attach to your app).

So yes it should be set to false for a release application.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants