Questions tagged as 'ios'

1
answer

Company authorization for app submission

I need to submit an application to the Apple Store, which I did as a freelancer for a company. The app has photos and descriptions of the company and its customers. I've been told that I need to get an authorization from the company along wit...
asked by 06.02.2014 / 12:32
1
answer

Read SMS history record on iPhone using Xamarin [closed]

I need to read the SMS history record sent / received on the iPhone, and its time spent on each send. I do not know how to do it and I did not find material in Portuguese about it. Can anyone help me with this? I opened another related question...
asked by 20.01.2014 / 00:28
1
answer

IOS - how to make the app screen always lit?

I'm making an app for IOS that I already have ready on Android, I wanted to make a method that would leave the screen always on, but I'm not able to On Android I did it this way: MainActivity: PowerManager pm = (PowerManager) getSystemSe...
asked by 01.02.2016 / 12:58
2
answers

Conversion from the project's Alamofire to swift 3.0

I have the following code when I want to make a call to the server: let mutableURLRequest = NSMutableURLRequest(url: URL) mutableURLRequest.httpMethod = "POST" let parameters = ["SessionID": sessionID] do { mutableURLRequest....
asked by 10.10.2016 / 18:48
4
answers

What is the cost of using the Google Maps API to create routes?

I'm creating an app where I get the user's current position and create a route to a certain point.  A friend commented that this route service offered by Google is paid for.  Could anyone or could you please tell me more about these values? T...
asked by 14.02.2015 / 22:40
1
answer

What is the difference between the + and - sign in Objective-C

I wanted to know what the difference is when I create a method using the "+" and "-"? And also when to use and why to use, I usually only use the "-", but I do not know how to use the method with "+". Thank you.     
asked by 21.07.2014 / 04:21
1
answer

How to implement an Apple APNS push notification service?

I have a web service , and I would like to create a Push Notification service for an app using Apple's APNS, without using the third party service, how could I do that?     
asked by 06.11.2014 / 15:31
1
answer

Install a self-authoring app on an iPhone without developer account

As the jailbreak is not banned I think I can ask this question here, does it exist with jailbreak or some other way to install an app developed by me on an iPhone? In case the app is automation it will control some devices.     
asked by 03.11.2014 / 17:09
1
answer

Tools for mobile development

I'm looking for mobile development tools mobile . I started looking at a CodenameOne call, for example. However I would like some tips on which tool to choose. I have listed below some criteria I would like the tools to meet. I ask that if...
asked by 18.05.2014 / 23:59
1
answer

Development C # Mobile need Mac?

I was researching on mobile development tools (iOS, Android) and came across Xamarin. I found the proposal interesting, especially for working in conjunction with Visual Studio. I downloaded and configured it, however, despite having an inter...
asked by 08.10.2014 / 22:37