Re: debugging AirDrop (update)

2016-06-01 Thread Greg Parker
> On Jun 1, 2016, at 4:52 AM, Gerriet M. Denkmann wrote: > > Some Apple engineer asked me to do 3 to 5 reboots. > This sounded like voodoo to me, but I duly did 3 reboots. > Now my iPad gets discovered again (was undiscovered for a week, a reboot did > not change

Re: debugging AirDrop (update)

2016-06-01 Thread Gerriet M. Denkmann
Some Apple engineer asked me to do 3 to 5 reboots. This sounded like voodoo to me, but I duly did 3 reboots. Now my iPad gets discovered again (was undiscovered for a week, a reboot did not change anything). Can anybody explain why 3 reboots ≠ 1 reboot? Gerriet. > On 28 May 2016, at 02:06,

Re: debugging AirDrop (update)

2016-05-30 Thread Britt Durbrow
FWIW, I have that experience just using Apple’s own apps... It works most of the time, but sometimes, it just… doesn’t. So, it might well not be anything you are doing (or not doing, as the case may be). > On May 27, 2016, at 1:10 PM, Gerriet M. Denkmann wrote: > > >>

Re: debugging AirDrop (update)

2016-05-27 Thread Gerriet M. Denkmann
> On 28 May 2016, at 02:06, Jens Alfke wrote: > > File a bug report with Apple! Just done. > > —Jens (who has intermittent troubles with AirDrop too) > >> On May 27, 2016, at 10:47 AM, Gerriet M. Denkmann >> wrote: >> >> >>> On 27 May 2016, at

Re: debugging AirDrop (update)

2016-05-27 Thread Jens Alfke
File a bug report with Apple! —Jens (who has intermittent troubles with AirDrop too) > On May 27, 2016, at 10:47 AM, Gerriet M. Denkmann > wrote: > > >> On 27 May 2016, at 23:18, Steve Christensen wrote: >> >> I haven't worked with AirDrop, but I just

Re: debugging AirDrop (update)

2016-05-27 Thread Gerriet M. Denkmann
> On 27 May 2016, at 23:18, Steve Christensen wrote: > > I haven't worked with AirDrop, but I just looked at the docs and one of the > delegate methods is -sharingService:didFailToShareItems:error:. Maybe if you > implement that you can at least see what the specific error

Re: debugging AirDrop (update)

2016-05-27 Thread Steve Christensen
I haven't worked with AirDrop, but I just looked at the docs and one of the delegate methods is -sharingService:didFailToShareItems:error:. Maybe if you implement that you can at least see what the specific error is? Steve > On May 26, 2016, at 10:23 PM, Gerriet M. Denkmann

Re: debugging AirDrop (update)

2016-05-27 Thread Charles Jenkins
My family and I all have iPhones. We often try to use AirDrop to share photos and videos of my grandbabies. It almost never works. We’re on the same AirPort-based wireless network and all have Bluetooth on, in case that matters. When sitting right next to one another, Airdrop will often just sit

debugging AirDrop (update)

2016-05-26 Thread Gerriet M. Denkmann
I have an OS X app (10.11.5) which has a button called AirDrop, which does: - (IBAction)airDrop: (NSButton *)sender { NSArray *shareItems = list of one or more urls of pdf files NSSharingService *service = [ NSSharingService sharingServiceNamed: