Skip to main content

All Questions

Tagged with
0 votes
0 answers
85 views

iOS App not running in Background when downloaded from Testflight. But will run perfectly when installed from Xcode directly to device

In Xcode I have added Background mode capabilities, Because of which I am able to execute code in Background. How I validate this I checked this through scheduling NSTimer to print logs. Timer is ...
Sudhir kumar's user avatar
0 votes
0 answers
19 views

Fixed Background image position is not working in iphone

I am setting up an image as fixed background and with position center center. Its working fine in chrome and firefox. But not working in iphone safari. Here is my css i am using body.result.regifruit ....
user449199's user avatar
0 votes
1 answer
777 views

Uploading large video files (over 3 GB) on a server in the background using URLSession in Swift for iOS

I'm currently working on an iOS app using Swift, and I need to implement a feature that allows users to upload large video files (over 3 GB) on a server in the background. To achieve this, I have ...
Nilisha Gupta's user avatar
0 votes
0 answers
143 views

Background video on my web app doesn't show on iphone

I have a problem with the background video of my web app. Once deployed I noticed that bg-video does not play on iphone. It is only showing the first frame of the video as a picture and the play ...
Milen Minchev's user avatar
0 votes
1 answer
2k views

How to do a request in background each 5 minutes in iOS

I have an iOS application that communicate with an IoT gadget And now I need a to do a request for an API each 5 minutes when the iOS app enters in background I know this is horrible for battery ...
Lucas Bordini's user avatar
0 votes
1 answer
390 views

BG Processing task

I am trying to use BGProcessingTask in my application, when I test, my code is executed only once, but my task is to run it as in the example at the exhibition wwdc2019. I need that after the user ...
JiosDev's user avatar
  • 324
0 votes
1 answer
499 views

CSS: Background not showing up iPhone or iPad but works on iMac ( Safari )

I've got a full width hero background that is working properly on every browser we tested except for Safari on iPhone and iPad. It does work on iMac Safari. On iPhone and iPad it doesn't appear. Here'...
Seamus O'Hara's user avatar
0 votes
1 answer
1k views

Fitting CSS background image to IOS

I could really use some help. I have a 2000x1000 image png file I am using as my background for a website. It works great on a desktop. When viewing on my iphone, only the left 1/3 of the image is ...
65FordLs2's user avatar
1 vote
1 answer
71 views

Sending network request after bluetooth update while iOS app is in background

I have an app that is keeping an active connection to a BLE device. The BLE device is sending data from time to time to the app, and I want the app to send this data to a server. Note the app can be ...
vilanovi's user avatar
  • 2,107
3 votes
1 answer
649 views

How download audio files in react native iOS even after kill and relaunch the app?

I have a scenario in my app which is developed using React Native (0.59), I am trying to download audio files. I want to continue download even after user kills and relaunch it. I am trying with '...
Surya's user avatar
  • 31
-1 votes
1 answer
238 views

'seek(to:)' was deprecated in iOS 11.0:

Getting this warning: 'seek(to:)' was deprecated in iOS 11.0: Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion written in ...
BrandonThomson's user avatar
4 votes
1 answer
10k views

iOS app get killed in background if spend more than 30 seconds, iOS 13 mostly

I have an iOS app which uses CoreLocation and WiFi SSID information. My app was working fine until iOS 13 arrived but since then it's giving me a lot of issues especially when app goes in background. ...
shaqir saiyed's user avatar
0 votes
0 answers
28 views

How to monitor and interact with login forms without a foreground process in iOS app development?

Is there a way to run a perpetual task from an iPhone application that monitors the view for login forms? This is apparently possible given apps like dashlane, lastpass, etc. which recognize login ...
metamonkey's user avatar
0 votes
2 answers
543 views

Cache View Controller

While working in iOS I see a difference between my app and Apples default app in iPhone. My app name is MyApp which i built on objective C and I compared the behavior with Apple's default apps i.e. ...
Sazzad Hissain Khan's user avatar
0 votes
0 answers
34 views

background blue button image obj c

I'm assigning to a button two different types of image.. something happens to me that I can't understand .. it creates a sort of background for the blue image [self.shippingButton ...
Ste's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
45