I put all the data in iTunes Connect but there is an error in the screenshot part. I already have an image for 3,5" , 4" , 4,7" , 5,5" and iPad with the sizes informed on the site. However, the error always...
I would like to know the advantages and disadvantages of webview controllers SFSafariViewController and UIViewController , for the questions below:
- performance
- compatibility
- usability
When I add the iOS platform on the Mac, it gives the message that the file transfer plugin was not installed, to try with -force.
But when installing with the command:
cordova plugin rm cordova-plugin-file-transfer --force
Give the follo...
I'm developing an application for Android / iOS mobile devices, in this application the communication with the server is done in encrypted form. The user application, when first started, generates a public / private key. The public key is sent t...
I've been studying swift for some time and now I'm looking to dig deeper into the language and IOS platform.
I wanted to know more concretely what the importance is and how to use the weak and unowned correctly.
Good afternoon
I have a Tab Bar Item and would like it when I clicked it to trigger a UIActivityViewController that would pay for a PDF of a link ex :( link ) and I can send it as an attachment to an email.
When creating a project and installing cocoapods and alamofire, when running it is only this error and not build in the project, even empty only by importing alamofire
Module compiled with Swift 3.0.2 can not be imported in Swift 3.1
I...
I have this body to make a POST to the backend
'{"token":"xxxx", "extra_information": {"expires_in": xxxx, "refresh_token": "xxx", "user_id": "user_uuid", "token_type": "Bearer"}}'
The parameters that are with "xxxx" will come fro...
I'm using TabBarController and I get this error:
The number of view controllers provided (2) does not match the number required (1) for the requested transition
When I leave the home screen and come back to it from this error. I...