Questions tagged as 'ios'

0
answers

Problems sending Push to IOS devices

I have a server on aws with a SpringBoot backend, that same backend works with push sending. This same backend, when run on a local machine and using the Apple Push Services certificate as Developer sends Push normally, however when I try to...
asked by 22.08.2018 / 20:45
0
answers

Bug xcode - Iphone 7 disappeared from my list suddenly

As you can see, iphone 7 has disappeared from my list in xcode, what do I do? I need to restore it, because without it I can not deliver the project.     
asked by 13.08.2018 / 23:08
1
answer

How to disable pinch gesture effect with Swift 4 in Xcode9

How do I disable the zoom of my WKWebView? My application is allowing zooming on the screen, I would like to disable this function. How should I proceed? import UIKit import WebKit class ViewController: UIViewController, WKNavigationDe...
asked by 03.08.2018 / 20:44
1
answer

Actions within webview - iOS

Good afternoon! Can someone help me? I'm starting in iOS development and I'm having a problem. A website in which I'm creating a webview (with MKWebView) issues alerts to the user when I take action but in the webview I can not make that notific...
asked by 11.08.2018 / 23:54
0
answers

UIWebView with local file, does not open the first time [Objective-C]

Hello, I'm new to Objective-C, and I took a project to maintain my company, do not condemn the idea was not my kkk But the following, we have an app that opens a UIWebView to a local file that goes bundled with the app. This always worked the...
asked by 24.07.2018 / 15:48
0
answers

Encoding 'br' is not supported. Only supports gzip or deflate encoding

I have an IOS application, where in a recent post she started to give me the error below when I use the HTTPS protocol. Using the HTTP protocol it works. The only difference between the previous publication where everything worked and the cur...
asked by 30.07.2018 / 23:54
0
answers

Problem after installing Realm in Xcode 9.3 and using the Objective C language

Hello, I'm facing the problem of the image below after installing Realm by cocoapods for the programming language Objective C and Xcode 9.3. I do not know what to do to solve this problem. Thank you in advance.     
asked by 21.07.2018 / 17:50
0
answers

webRTC does not show video on iphone

Hello, I'm new to webRTC and I'm testing the code below that was copied from a website and did not work when I open the project in ASP.NET. The video opens with a webcam, in the site where I took the example the iphone recognizes the demos very...
asked by 20.07.2018 / 16:40
1
answer

UITableViewController cells are blank / Somem when scrolling to TableView

I'm having a problem with my tableviewcontroller, as I update some data in a textfield or roll down it goes away with some cells, if I scroll up and down hiding the cell that disappeared it appears again as if I have reloaded, I tried to reload...
asked by 06.07.2018 / 18:22
0
answers

Ring event not recognized in UITextField in UIView within UiScrollView

I have a custom text field that is inside a view that is inside a scrollview, the touch event apparently does not work when I put the parent view of it inside the Uiscroll view, which can be follows the code: func loadScrollView() {...
asked by 06.07.2018 / 16:58