Questions tagged as 'ios'

0
answers

phonegap-plugin-push does not work on iOS

Good afternoon everyone! I have an IONIC project where I'm using the phonegap-plugin-push to send push notifications. On Android is working very well, but on iOS does not work. Alert does not appear asking if I want to receive notifications a...
asked by 08.09.2016 / 21:11
1
answer

Request Post in webservice with swift

I'm now starting to use alamofire, I was able to quietly make requests .get however I crashed the post request. I created a user class that has name, email and password, however I can not post a user stay object let usuario = Usuario()...
asked by 02.08.2016 / 23:49
1
answer

Sketch Component for Xamarin Forms

I would like to know if there is any component for Xamarin Forms that allows me to draw on a photo taken by the device or in the gallery. Here are some examples of what it would look like:     
asked by 18.05.2016 / 16:06
0
answers

Undefined symbols for architecture i386: "_RKLogCoreDataError"

Undefined symbols for architecture error Undefined symbols for architecture Follow the error in more detail:    Undefined symbols for architecture i386:       "_RKLogCoreDataError", referenced from:         
asked by 15.04.2016 / 16:17
1
answer

Set Invisible Button After UITableView Execution

I'm having a question in my UItableView, I put a button on the Cell of a TableView. cell.btnDownload.tag = indexPath.row; [cell.btnDownload addTarget:self action:@selector(btnDownloadClick:) forControlEvents:UIControlEventTouchUpInside]; Th...
asked by 23.05.2016 / 06:26
0
answers

EASession equivalent code in the CoreFoundation framework

I have the following question. Today I connect to external devices using EAAccessoryManager to identify paired bluetooth devices on the iPad and EASession to establish a session with the device. I would like to know if there is som...
asked by 23.03.2016 / 18:34
1
answer

How to add text at specific position in Strings Array

Scenario: I have a webservice that I use to get texts, these texts can be modified by a web interface, but the title of them will always be fixed, so it was decided to insert them directly into the mobile application. What I'm currently...
asked by 12.04.2016 / 14:36
1
answer

UITableViewController with Swift and JSON Displaying repeated values

I'm having trouble popularizing my UITableView with JSON . I separated some pictures to show the problem. Note that in the first% w_ of% repeated values appear and in the next shows the same value. First Table : SecondTable:...
asked by 13.04.2016 / 22:42
1
answer

Error sending app to apple store - Invalid Image Path

When I try to upload the application to the apple store, I'm having the following error and can not figure out how to resolve this error. In this application I am using ionic, previously I had already sent this same application to the store w...
asked by 15.02.2016 / 13:20
0
answers

Problem viewing gallery camera cordova ios

I'm using the cordova plugin $cordovaCamera.getPicture and when I open the photo gallery in ios it's breaking the label like this: First:IhavethelanguageofthedeviceinPortugueseandisappearinginEnglishSecond:Thelettersareseparatedby"_"...
asked by 23.04.2016 / 00:06