You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a development with xamarin forms, and we have included GlobalPayments.Api to process payments with Heartland.
Everything works correctly, however when we are generating the Final Compiles to upload to the Google and Apple stores, we are receiving an error because GlobalPayments.Api includes a reference to "CoreCompat.System.Drawing" and this is not allowed for compilation of IOS. There is some compilation of the API that does not include references to CoreCompat.System.Drawing, which is also rare because there is no UI.
Additionally:
CoreCompat.System.Drawing is obsolete in your page, they publish:
The project is archived, and on their GitHub page they have this text:
"Good news! System.Drawing for .NET Core has been released as part of the Compatibility Pack for .NET Core."
Is it possible to update GlobalPayment references to System.Drawing directly?
System.Drawing is compatible with Xamarin IOS
Thank you very much, in advance for the help you can give us.
The text was updated successfully, but these errors were encountered:
Good afternoon,
We have a development with xamarin forms, and we have included GlobalPayments.Api to process payments with Heartland.
Everything works correctly, however when we are generating the Final Compiles to upload to the Google and Apple stores, we are receiving an error because GlobalPayments.Api includes a reference to "CoreCompat.System.Drawing" and this is not allowed for compilation of IOS. There is some compilation of the API that does not include references to CoreCompat.System.Drawing, which is also rare because there is no UI.
Additionally:
CoreCompat.System.Drawing is obsolete in your page, they publish:
The project is archived, and on their GitHub page they have this text:
"Good news! System.Drawing for .NET Core has been released as part of the Compatibility Pack for .NET Core."
Is it possible to update GlobalPayment references to System.Drawing directly?
System.Drawing is compatible with Xamarin IOS
Thank you very much, in advance for the help you can give us.
The text was updated successfully, but these errors were encountered: