python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Alamofire: How to conditionally change cache policy based on network status?
The end result I would like to achieve is to use cached data when the network is unavailable and load data from the server when the network is available.
The closest thing I've found is this thread, b...
mtl
Votes: 0
Answers: 1
FCM push notification via AlamoFire - URLSessionTask failed with error: Could not connect to the server
I'm trying to implement FCM to send a push notification (using the legacy api), but am unable to do so.
I have verified that my server key (taken from Firebase console) and device token are accurate, ...
Eric
Votes: 0
Answers: 2
Convert URL Request from Android to IOS
I need to make a request to get a token.
If my data isn't correct, i get right answer with "Wrong data"
But if my data is correct, I get an answer:
responseSerializationFailed(reason: Alamo...
Orlov.iosdev
Votes: 0
Answers: 1