Re: iOS App trust on first launch

2015-03-02 Thread Greg Parker

 On Mar 2, 2015, at 12:34 AM, Rick Mann rm...@latencyzero.com wrote:
 
 Xcode should handle this for me, in some way. I should be able to bless my 
 phone to accept apps from my Xcode.

Did you file a bug report?


-- 
Greg Parker gpar...@apple.com Runtime Wrangler



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS App trust on first launch

2015-03-02 Thread Rick Mann

 On Mar 2, 2015, at 18:22 , Greg Parker gpar...@apple.com wrote:
 
 
 On Mar 2, 2015, at 12:34 AM, Rick Mann rm...@latencyzero.com wrote:
 
 Xcode should handle this for me, in some way. I should be able to bless my 
 phone to accept apps from my Xcode.
 
 Did you file a bug report?

20016533


-- 
Rick Mann
rm...@latencyzero.com



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS App trust on first launch

2015-03-02 Thread Rick Mann

 On Mar 2, 2015, at 00:29 , Quincey Morris 
 quinceymor...@rivergatesoftware.com wrote:
 
 On Mar 2, 2015, at 00:13 , Rick Mann rm...@latencyzero.com wrote:
 
 The current workaround is to launch the app by tapping on it on the device, 
 then tap Trust in the resulting dialog. Then you can launch it. But I need 
 to debug my app's first run, and I see no way to do that.
 
 I may be misremembering, but I believe that after you’ve responded to the 
 dialog you can delete the app on the device and first-run it from Xcode 
 successfully after that. I think the dialog-producing issue is not with the 
 app itself being new, but its provisioning profile being new, and that isn’t 
 an issue until you really use a new provisioning profile, even if the app is 
 deleted and re-copied.

Yeah, that's definitely not how it's behaving for me. It asks every time I 
first-run after deleting it.

But as I mentioned in my other post, the disgusting workaround is to create and 
install another app with the same developer ID.

-- 
Rick Mann
rm...@latencyzero.com



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS App trust on first launch

2015-03-02 Thread Rick Mann
Well, here's one workaround. Xcode should handle this for me, in some way. I 
should be able to bless my phone to accept apps from my Xcode.

BUT: You can make another app signed with the same developer cert, install 
that, run it once just in case, and trust it. Then the app you're working on 
won't prompt each time.

 On Mar 2, 2015, at 00:13 , Rick Mann rm...@latencyzero.com wrote:
 
 This new behavior where I can't launch an app from Xcode really sucks. Is 
 there any way around it?
 
 The current workaround is to launch the app by tapping on it on the device, 
 then tap Trust in the resulting dialog. Then you can launch it. But I need 
 to debug my app's first run, and I see no way to do that.
 
 Any ideas?
 
 -- 
 Rick Mann
 rm...@latencyzero.com
 
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/cocoa-dev/rmann%40latencyzero.com
 
 This email sent to rm...@latencyzero.com


-- 
Rick Mann
rm...@latencyzero.com



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS App trust on first launch

2015-03-02 Thread Quincey Morris
On Mar 2, 2015, at 00:13 , Rick Mann rm...@latencyzero.com wrote:
 
 The current workaround is to launch the app by tapping on it on the device, 
 then tap Trust in the resulting dialog. Then you can launch it. But I need 
 to debug my app's first run, and I see no way to do that.

I may be misremembering, but I believe that after you’ve responded to the 
dialog you can delete the app on the device and first-run it from Xcode 
successfully after that. I think the dialog-producing issue is not with the app 
itself being new, but its provisioning profile being new, and that isn’t an 
issue until you really use a new provisioning profile, even if the app is 
deleted and re-copied.

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: iOS App trust on first launch

2015-03-02 Thread Rick Mann
It's not an enterprise account. But if you delete the last app from that cert, 
it happens. 

Sent from my iPhone

 On Mar 2, 2015, at 09:49, Doug Hill doug.h...@chartcube.com wrote:
 
 I believe if you use an Enterprise Provisioning Profile you will be asked the 
 Trust question everytime you install after deleting. If so, I’m not aware of 
 a way to get around that question.
 
 I would also suggest sending questions about Xcode debugging and provisioning 
 to the Xcode users mailing list as that’s probably the more correct forum 
 about these tools issues.
 
 Good luck!
 
 Doug Hill
 http://chartcube.com/
 
 
 On Mar 2, 2015, at 12:35 AM, Rick Mann rm...@latencyzero.com wrote:
 
 On Mar 2, 2015, at 00:29 , Quincey Morris 
 quinceymor...@rivergatesoftware.com wrote:
 
 On Mar 2, 2015, at 00:13 , Rick Mann rm...@latencyzero.com wrote:
 
 The current workaround is to launch the app by tapping on it on the 
 device, then tap Trust in the resulting dialog. Then you can launch it. 
 But I need to debug my app's first run, and I see no way to do that.
 
 I may be misremembering, but I believe that after you’ve responded to the 
 dialog you can delete the app on the device and first-run it from Xcode 
 successfully after that. I think the dialog-producing issue is not with the 
 app itself being new, but its provisioning profile being new, and that 
 isn’t an issue until you really use a new provisioning profile, even if the 
 app is deleted and re-copied.
 
 Yeah, that's definitely not how it's behaving for me. It asks every time I 
 first-run after deleting it.
 
 But as I mentioned in my other post, the disgusting workaround is to create 
 and install another app with the same developer ID.
 
 -- 
 Rick Mann
 rm...@latencyzero.com
 
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com