Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7634387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:09:36+00:00 2026-05-31T07:09:36+00:00

I have been having issues with WebClient behaving differently in release builds on real

  • 0

I have been having issues with WebClient behaving differently in
release builds on real devices than in debug mode the iOS simulator.

Apparently the response from the server gets interpreted differently, and breaks in release builds:
Screenshot from the DEBUG build running in the iOS Simulator
Screenshot from the RELEASE build running on an iPhone 4S

This question seems to have an answer for a similar issue, but I don’t want to hardcode the encoding in the app, even though it might not change in its lifetime, it seems wrong to do so as the information is already contained in the HTTP response.

I have already opened an issue with Xamarin to investigate this further.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T07:09:38+00:00Added an answer on May 31, 2026 at 7:09 am

    There are two factors in play here. First:

    it seems wrong to do so as the information is already contained in the HTTP response

    Yes, it does look wrong but Microsoft .NET’s WebClient.Encoding is, by default, identical to System.Text.Encoding.Default.

    MSDN quote:

    The default value of this property is the encoding returned by Default.

    As such Mono (and MonoTouch) implementation of WebClient behave identically. This is often overlooked (works mot of the time) but it’s a source of hard to find (not MonoTouch but .NET specific) bugs since there’s no warranty about what the Default value can be.

    MSDN quote:

    Different computers can use different encodings as the default, and the default encoding can even change on a single computer.

    The second factor is the iOS simulator is that: a simulator not an emulator. This has many benefits (e.g. it’s much faster than Android emulators) but it also has it’s drawbacks (few IMO but it only makes them harder to spot).

    What this means is that the simulator does not try (much) to hide the underlying operating system (i.e. OSX) when using general purpose API, like getting the default code page. Since it returns a different value, System.Text.Encoding.Default will be initialized with a different code page, leading to a different implementation being used.

    As such setting your own encoding to WebClient.Encoding is the correct (and safe) way to solve your issue (for any .NET application).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As many of you may already know I have been having issues with another
I have been having some issues retrieving JSON data from a WCF service application
I have been having issues with a custom check box control for a while
So I have recently migrated to postgresql, and have been having issues with my
I have been having intermittent issues on some servers running Archlinux / php-fpm 5.3.9
I have been having a few issues using the quadrature function in python 2.7
I have been having issues getting my SQLite Databases to work and I think
Ok this is a really annoying bug that I have been having issues with
I am new to android development and I have been having issues with Force
I have been having some issues with LINQ-To-SQL around memory usage. I'm using it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.