Questions tagged as 'ios'

1
answer

How can I align multiple objects around a circle?

I'm trying in various ways and I'm not getting success, I have managed in a way that will not be viable, does anyone know how I could do more or less in this idea to get the center position of the circle and calculate points (x, y) outside the r...
asked by 26.07.2016 / 16:31
1
answer

Custom Sound in Cordova Local Notification

I'm trying to customize the sound for a notification using Cordova . I'm using the Cordova Local Notification plugin, but the sound does not play when I display the notification. Tests performed: I tried to use custom sound in SDCar...
asked by 06.03.2015 / 00:15
0
answers

How do I open a PDF specific page with Xamarin (iOS)?

I use the following code to open a PDF document. I'd like to know how to open the PDF on a specific page, because every time I run the code, the document opens at the beginning. public void OpenFile(string targetPath) { try {...
asked by 26.09.2018 / 17:54
1
answer

Xamarin Webview with angular

I have a WebView rendering a site in angular, but in some pages it works without problems and in others it does not, when I post it from the error of    XMLHttpRequest due to access control checks. I put the exceptions inside the info.pl...
asked by 04.11.2017 / 00:00
0
answers

Sending Push arriving frantically or not arriving

I have a system that sends push notifications to devices that have an application installed. Specifically in iOS is arriving several times (30 and more) the same push. On Android the following error is occurring: https://fcm.googleapis.com/...
asked by 03.10.2017 / 13:34
1
answer

Relationship is equal to 0

I'm new to relationship in core data and I do not know what's going on. I have a many-to-many relationship between the News & Friends entity as shown below: I created NSManagedobject Subclass but did not change anything (I do not know if t...
asked by 19.10.2016 / 20:34
0
answers

Read Arduino Serial with bluetooth 4.0 using Evothings

I'm developing an application, where I want my iPhone to touch information with the Arduino from bluetooth 4.0. I was able to connect to bluetooth and I can also send data through Serial, but I can not read Serial data. I used the example of...
asked by 09.11.2016 / 14:34
1
answer

Changing the Bundle Identifier of an app already published in the AppStore

I published an App in the App Store with the wrong Bundle Identifier, I ended up using the name (example) "myapp" while the correct one would be "with.myapp.myapp" corrected this in the new version but would like to know if I publish with the Ch...
asked by 18.08.2016 / 14:42
0
answers

Iframe without scroll in Safari Mobile

I need this: link , run the scroll in the existing body inside the iframe, but in Safari Mobile it forces the iframe to have the maximum height of my content and with that it never happens the scroll in the body. I need to have this scroll i...
asked by 22.12.2015 / 12:00
1
answer

Uploading image to webservice

I'm using alamofire to do post to server, I wanted to know how to send an object that has an img inside it. I saw the following excerpt to upload the image let fileURL = NSBundle.mainBundle().URLForResource("Default", withExtension: "png"...
asked by 04.08.2016 / 01:34