Questions tagged as 'ios'

0
answers

How to fix camera image independent of device position? Objective - C

I'm working on an application that through the camera, it detects people's faces in real time and swaps the image of the face through any mask. (Basically SquareCam) However, it only works with the device portrait. When I put landscape, th...
asked by 17.11.2015 / 20:19
2
answers

Send push notifications through an array

I have a problem sending push notification to multiple users at the same time, I have a sending page plus it is sending only to a single token I would like to know how to get it to send to an array of registered tokens, follow the code. <?p...
asked by 17.11.2015 / 12:44
3
answers

Migrate JSON request from android to swift

I'm having a problem migrating code from an android app to swift code. This code is responsible for authenticating the user and password of an application. I can not do swift 2 on xcode 7 for iOS 9. Follow the code in java below: @Ove...
asked by 16.11.2015 / 03:53
1
answer

QML elements on the status bar

I'm having a problem when the device keyboard is shown. The elements stay on top of the device status bar as in the images. I already tried to use Flickable type but it does not work. Every time the keyboard is shown it pushes the comp...
asked by 18.12.2015 / 19:11
1
answer

Build for iOS and Android

I have a question about the build for iOS and Android. I recently lost the sources of an application I developed on these two platforms, but apps are already in stores. I questioned Apple's support if it would be possible to program the entire a...
asked by 27.10.2015 / 11:02
0
answers

ERROR: 177: playing sound AVAudioPlayer [Swift]

I'm getting this error message when I play a sound, error has always happened the first time you play the sound, in some tests the error does not appear and in other sim .. var beep : AVAudioPlayer? override func viewDidLoad() { sup...
asked by 10.11.2015 / 20:52
0
answers

UIWebView access other than Google

My webView perfectly accesses Google, but if I try to access another page like my site or a local address, it gets the white screen. class ConectViewController: UIViewController { @IBOutlet weak var webView: UIWebView! var urlPa...
asked by 21.10.2015 / 01:49
0
answers

sending image or video via webservice

I have in my application a UIIMAGE attribute (for image) and an NSURL for the video, I need to pass one of this information via webService ... How can I do this?     
asked by 14.10.2015 / 15:58
1
answer

Adobe Air iOS - Unload Swf

I wonder if it is possible to make unload of a swf in iOS. I am currently doing an iOS project using Adobe Air and my class is as follows: function foo() { var m_lc:LoaderContext = new LoaderContext(false, ApplicationDomain.curr...
asked by 21.10.2015 / 16:05
1
answer

Changes with IOS 9

I was programming using the Objective-C language and when the Xcode 7 update was done, some errors appeared in the language, one of them is in the file AppDelegate.m : (NSManagedObjectContext *)managedObjectContext { // Retu...
asked by 23.09.2015 / 01:07