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 8970713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:46:31+00:00 2026-06-15T17:46:31+00:00

I know that on iOS 4 , the Wi-Fi connection used to be persistent,

  • 0

I know that on iOS 4, the Wi-Fi connection used to be persistent, so going into sleep mode/locked kept the connection ON .

This was modified in the next version iOS 5 to improve battery life.

In iOS 5 , requiring the device to be plugged into a power source in order to have a persistent Wi-Fi connection.

Wi-Fi connection is disconnecting automatically after iPad is going into sleep mode/locked .

Here comes my problem, I’m sending a bulk chunk of data through WiFi which may take too much time. So the user have to wait up to the transaction complete.

iPad may switch into sleep mode/locked while sending process took more time which will result the WiFi connection error.

Now i have set the UIRequiresPersistentWiFi to YES in info.plist. However same network issue happened again.

I would like to keep/persistent the WiFi Connection active even iPad is going into sleep mode/locked in iOS5. So is there any alternatives to achieve this.

Thanks.

  • 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-06-15T17:46:32+00:00Added an answer on June 15, 2026 at 5:46 pm

    Phew… Finally I got a solution with idleTimerDisabled.

    Its a Boolean value that controls whether the idle timer is disabled for the application .

    Its the way to prevent the iPad from sleeping while my application is running.

    The default value of this property is NO. When most applications have no touches as user input for a short period, the system puts the device into a “sleep” state where the screen dims.

    This is done for the purposes of conserving power. However, applications that don’t have user input except for the accelerometer—games, for instance—can, by setting this property to YES, disable the “idle timer” to avert system sleep.

    I just set the value to YES while I’m sending a bulk chunk of data through WiFi and have set the value to NO when the process is completed.

    Example:[[UIApplication sharedApplication] setIdleTimerDisabled:YES];

    Note: Be sure to reset this property to NO when your app does not need to prevent screen locking.

    You can see more details here

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

Sidebar

Related Questions

I used UITabBarController in my iOS app. As you know , that UITabBarController's size
I know that in iOS, if the .sqlite is updated / read by SQL
I know that UIAppearance has been introduced in iOS 5, but is there any
I know that you can use static libraries to manage dependencies for iOS apps.
On iOS, I know that we can evaluate a trust with SecTrustEvaluate(). To create
I am new to iOS and Objective-C, I already know that in a class,
I know that this sort of question has been asked here before, but still
I know that iOS's Bonjour implementation (NSNetService, NSNetServiceBrowser) work out of the box on
I know that in iOS 5 there is automatic reference counting which takes away
In my iOS app, I have the following code that is being used for

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.