Questions tagged as 'ios'

0
answers

Sequence of request body exhausted in ios safari

I am working on a system developed in asp , which has the authentication of
asked by 10.05.2016 / 19:52
6
answers

Database storage on Android and iOS with Cordova

I have developed applications for Android mobile devices with Cordova that have used localStorage to save the data, because they were small amounts (configuration, records and high scores, etc.) and, until now, I have not had any problems...
asked by 16.08.2016 / 17:16
2
answers

What is the difference between atomic and nonatomic attributes?

@property(nonatomic, retain) UITextField *txtTelefono; @property(atomic, retain) UITextField *txtTelefono; @property(retain) UITextField *txtTelefono; What is the difference in these three statements? What does a property nonatomic...
asked by 23.01.2016 / 16:48
3
answers

Display a list of items in horizontal Swift

I'm making an app that shows the weather information. I have the view divided into 3 sections: 1- A Uiview with information about today's weather 2- A UITableView with the following days of the time 3- A horizontal table with time by...
asked by 24.06.2016 / 10:37
1
answer

Error ios 8.4 simulator in xcode 7

I'm trying to download the simulator of iOS 8.4 in Xcode 7 and it returns this error:    Could not download and install ios 8.4. Authorization is required to install the packages. Before that, I entered my user password.   ...
asked by 30.10.2015 / 20:42
0
answers

Error Compiling App Xamarin I-OS in Jenkins Target _CompileITunesMetadata

I have an IOS app that I want to compile in Jenkis and I get the error:    Target _CompileITunesMetadata:       /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets:   error: Error executing task CompileIT...
asked by 09.03.2018 / 19:24
0
answers

Error "undefined is not an object" in plugin react-native iOS for MercadoPago? [closed]

The problem is that I need to call Mercado Pago from my application that is done in react-native, but I can not find the form. I found one, but it's only for Android . How can I integrate it, is there an Official SDK or MercadoPago Plug...
asked by 26.01.2017 / 03:43
3
answers

Xcode does not recognize my device

I'm trying to compile my Xcode project on my iPad, but I'm getting an error that says my iPad can not be recognized, the device is updated to the latest version of IOS 9.2 . At first I got an error saying Xcode can not run the selected...
asked by 16.12.2015 / 05:42
4
answers

phonegap, android, iOS and web browsers

Do applications developed in Phonegap serve both mobile (Android, iOS) and web browsers (Firefox, Chrome, iExplore, etc.)? to have no code for mobile phones and independent desktop.     
asked by 19.04.2016 / 22:24
3
answers

Swift iOS prepareForSegue

I'm just starting with Swift and I have a doubt. I have a controlador_uno : UIViewController and another controlador_dos : UITableViewController . The thing is that I send a varible by segue from controlador_uno...
asked by 08.02.2016 / 05:17