Skip to main content

All Questions

Tagged with
0 votes
0 answers
203 views

unauthorized request in integration with Apple Music API

I'm currently facing an issue with the integration of the Apple Music API in my application. I've followed the documentation and guidelines provided by Apple, but I'm encountering problems with ...
fun lab's user avatar
  • 29
0 votes
0 answers
211 views

Load API Data in UICalendarView

I have gone through the UICalendarView implementation and it's working fine. I'm getting a list of holiday data and want to populate the UICalendarView to show the user of respective dates for ...
Hamza's user avatar
  • 53
-2 votes
1 answer
539 views

how to create swift model for API response if response have "key" which have nil Value initially but its get filled with data type after sometime

this is my API response from postman when "status" key value is open { "data": { "id": 247, "status": "open", } "code&...
Arish Patel's user avatar
0 votes
1 answer
45 views

how to create model to decode API response if key have value type dictionary of String format

this is Post API response which I am getting from postman here checklist done have two key "checklist_done", "work_with_price" { "additional_data": { &...
Arish's user avatar
  • 7
1 vote
1 answer
789 views

Can't fetch API with cordova on iOS physical device

It seems my Cordova app can't access my API... It always gives me an error (with fetch() for instance: "TypeError: Load failed"). I guess this is some specific config thing that I haven't ...
Texleretour's user avatar
0 votes
0 answers
280 views

How to use the Google Fit API in Swift

What are the steps needed to include the Google Fit API inside an Xcode project using swift. I already used the documentation given by Google but it is very complex to understand everything right. ...
DanLand's user avatar
  • 45
-1 votes
1 answer
196 views

how to get weather icon from weather api in Swift UiKit

[enter image description here](https://i.sstatic.net/RWsy4.png) I am trying to get weather icon from weather api and displaying it on the UI using storyboard and UiKit enter image description here Am ...
Varun Kumar's user avatar
0 votes
1 answer
599 views

How to make specific curl request in swift using URLSession

How it looks: curl https://token-vault.repeatphotos.xyz/token -H "Authorization: e11f18b4-5015-45ad-8276-18269a7bf047"" Response is string value. So the main question is, how to make a ...
user18440418's user avatar
-1 votes
1 answer
67 views

How do applications like TextMe or MagicJack get their phone numbers

I want to create an application that provides an American phone number to users but I just don't know how to get the actual phone numbers For example: Magic Jack is a phone number provider. You pay ...
David's user avatar
  • 1
-2 votes
2 answers
526 views

Decode JSON in Swift "The given data was not valid JSON."

I'm writing a swift program and I need to use an API to get the response. Here is the API url: http://text-processing.com/api/sentiment/ document: http://text-processing.com/docs/sentiment.html When ...
S L's user avatar
  • 3
0 votes
1 answer
234 views

Alamofire Failure - responseSerializationFailed

func postAd(cryptoo: String, fiatt: String,locationn: String,countryy: String,marginn: String, pricee: String,minlimitt: String,maxlimitt: String,paymrntwindoww: String,paymrntmethodd: ...
mohammed ibrahim's user avatar
0 votes
0 answers
17 views

Catalogue page on My Ios flutter app not loading

How do I configure the Firewall and security settings on a vps and also how to configure correctly a vps to allow my flutter app to access all the back-end api's , The other pages are working fine ...
speednation's user avatar
0 votes
0 answers
935 views

How to connect to localhost api?

This is my code: class MovieService: ObservableObject { func getAllMovies() { guard let url = URL(string:"http://localhost:7056/api/Movies/GetMovies") else { return; ...
Miso spasovski's user avatar
-2 votes
1 answer
55 views

I can not pass data from one View Controller to another

Could you help me with my code. I can not pass ma data on prepare segue. // cannot assign value of type Response to type Meals. I don't know what I do wrong. I just need a help with line prepare for ...
Volodymyr Navorotskyi's user avatar
-1 votes
1 answer
128 views

Determination of the time difference

I have an APi in which there is JSON from which I receive date: String, I convert it to Date type but I need to somehow define the time difference in the extension should compare this date with the ...
Oleksandr's user avatar

15 30 50 per page
1
2 3 4 5
97