Built my release, signed it submitted it. All great (after a bit of messing with keys!) However its failed verification by Apple. It seems if you use a Bluetooth keyboard and press the tab key on a Entry or a SearchBar the application crashes. If you touch the device to go from field to field everything works great. It does fail in debug mode (with no linker running) so I was able to get this stack trace:
"MonoTouch.MonoTouchException: Failed to find the closed generic method 'InvokeConformsToProtocol' on the type 'Xamarin.Forms.Platform.iOS.RendererFactory+DefaultRenderer'.\n
at MonoTouch.Registrar.DynamicRegistrar.FindClosedMethod (System.Type closed_type, System.Reflection.MethodBase open_method) [0x00072] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/DynamicRegistrar.cs:635 \n
at MonoTouch.ObjCRuntime.Runtime.GetGenericMethodDirect (IntPtr obj, IntPtr typeptr, IntPtr methodptr, Int32 paramCount, System.IntPtr* paramptr) [0x00035] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Runtime.cs:273 \n
at (wrapper native-to-managed) MonoTouch.ObjCRuntime.Runtime:GetGenericMethodDirect (intptr,intptr,intptr,int,intptr*)\n
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)\n
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:39 \n
at Mandata.AdvancedServices.ApplicationHub.iOS.Application.Main (System.String[] args) [0x00002] in c:\Development\Framework II\iOS\Mandata.AdvancedServices.ApplicationHub.iOS\Main.cs:19 "
Anyone know a workaround as I really want to get my app out so I can get paid!!
Cheers,
Simeon