Widget is not showing using Ad Hoc distribution

Is it possible at this moment (using iOS beta 3, Xcode beta 3) to distribute app that has widget extension using Ad hoc distribution? I am able to run the app with a widget directly on a device using debug configuration but as soon as I archive and distribute it using Ad hoc the widget is not showing up in the widget gallery. Though the app is running fine. Any help would be appreciated.
P.S. Steps taken. Created empty ios project with bundle id "com.myapp". Added widget target with bundle "com.myapp.mywidget". Created Apple Distribution certificate and 2 profiles for each target. Archived the and saved it for ad hoc distribution. Did I miss something?
Go to build settings of the widget target:
  • Set: "Dead Code Stripping" to NO

  • Set: "Enable Bitcode" to NO

Widget is not showing using Ad Hoc distribution
 
 
Q