TTMSFMXCloudFacebook Access Violation on IOS 8.3

When attempting to do a Authorization request I.E: CloudFacebook1.DoAuth; I get an access violation, this works fine on android though but not IOS 8.3 (Used IPad2, Iphone 5 and Iphone 6S to test)

If you trace the execution it happens here

  if not (csDesigning in ComponentState) then
    if TPlatformServices.Current.SupportsPlatformService(ITMSFMXCloudWebBrowserService, IInterface(WebBrowserService)) then
      FWebBrowser := WebBrowserService.CreateWebBrowser(Self);

Its the

constructor TTMSFMXCloudCustomWebBrowser.Create(AOwner: TComponent);

Any help would be appreciated, I don't know what's up with this