Questions tagged as 'ios'

1
answer

ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.' "

I'm trying to publish an application in AppStore and I get this error:    ERROR ITMS-90475: "Invalid Bundle, iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.'" Does anyone know what this error reall...
asked by 01.02.2016 / 22:10
2
answers

Access Violation Error while trying to consume a SOAP Web Service from a 64-Bit IOS

I have had a problem since March of this year and that is when trying to consume a Web Service done in C # from an App made in Delphi sends me a Access Violation whenever I call any method of that service. The web service unit was impo...
asked by 02.01.2017 / 16:46
2
answers

Get the ABid of a 'Contacts Framework' contact

I'm trying to open a Whatsapp conversation from my app. I have imported my contacts in core data, I have looked at the info that gives Whatsapp on their website and it is necessary to add the ABid of the contact in the URL s...
asked by 15.12.2015 / 23:12
3
answers

Know when the App is launched for the first time in IOS

This question is in Android , but how would it be in iOS ? How can you tell if it's the first time the app starts? It would be interesting, in the case that the user updates the application is detected as new or update.     
asked by 30.08.2016 / 13:28
1
answer

SignalR and mobile devices

Good morning I was using signalr to update an application in which vehicles are shown moving on a map, the locations are notified from the server to the page by signalr, while the page is active, in the browser of the device (it is not a Hybr...
asked by 28.09.2016 / 00:03
1
answer

Change language in the app

I'm doing an app in Spanish with swift2, but there are things that come out in English like for example when I use the camera from the app it says "Take photo". How can I change the language to Spanish?     
asked by 01.07.2016 / 12:10
1
answer

NSLayoutConstraints Margin and view that is not displayed

What's wrong with this code? Because the blue view is not shown? let myRedView = UIView(frame: CGRect(x: 0, y: 0, width: 400, height: 400)) myRedView.translatesAutoresizingMaskIntoConstraints = false myRedView.backgroundColor = UIColor.redColo...
asked by 07.06.2016 / 18:45
1
answer

Modify item "More" Tab Bar ios swift

I have made an app with Tab Bar and when I implement more than 6 items it automatically creates the "More" item. How do I modify the title "More" and what else is in English ?. Attached Images.     
asked by 16.05.2016 / 23:17
1
answer

Placeholder in UITextView

In the application that I am developing we use UITextView to show the response boxes of the users but I would like to add the behavior of the UITextField to add a placeholder that indicates the information which the user must fil...
asked by 14.12.2015 / 20:12
2
answers

Error showing a Flutter image

Hello community, I hope you are having a good day. Sorry for the inconvenience, what happens is that I am new to the development with Flutter and I am trying to display an image but it does not show it and it does not stop throwing a warn...
asked by 01.11.2018 / 17:12