Using iOS6 Message Access Profile on App [closed] - iphone

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to create an app to the iPad Mini that connects to iPhone using Bluetooth 4.0, and access its messages, to show on screen when I receive a E-mail, SMS or iMessage.
I think that I could use the Message Access Profile (MAP) but I didn't find a way to do that.
Can someone tell me from where I begin?
My first try was get the SMS notification using CoreTelephony, but since the iOS 5 (as I know) the message didn't came with the notification, and as my iPhone isn't jailbroken, I couldn't access the SMS.db to read it, neither using the private framework ChatKit.
I won't publish this app on appstore, it is for personal using and testing.

Related

iPhone is there a faster way to secure the app than a pin screen? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm currently using a pin view in one of my app and am running into an issue where the user has to first unlock phone, then navigate to the app and then unlock the app with a pin code. I know it works, but I would like the security (let the user in/lock out of the app) to be resolved faster.
I know that android uses a swipe gesture across dots, which seems to work faster than iPhone's pin screen.
My question is: what (faster) alternatives to the in-app pin screen are there to secure an iPhone app?
If you like the android style lock, you could look at this code and modify it for your needs: https://github.com/GrioSF/Android-Pattern-Lock-on-iOS

Turn On/Off Wifi remotely by sending SMS Command [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to IOS Programming..
For IOS Device. I am trying to build an app in which, by sending SMS command Wifi can turn ON/OFF remotely..
please suggest me.
THANKS in Advance..
No, on a non-jailbroken phone, you cannot get any data on SMS messages or phone calls. They are entirely walled off from your application.
If your device is jailbroken, then you could monitor the sqllite database located on your phone at:
/var/mobile/Library/SMS/sms.db

Is it possible to track ios device? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it possible to track any iOS devices using PhoneNumber or UDID or IMEI number to show the device in google map. please help me.
Install "Find my iPhone" and use iCloud. My wife uses this to see where I am when I'm out on my bike. And I use it to ping the iPhone when I lose it around the house.
I am sure you can't get the iPhone's IMEI without using a private framework and if you do so you will be automatically rejected.
Usually, when mobile developpers wants some unique ids, the solution is to ask the user's email address. If you really want to differentiate users devices, you can create some random UDID that you save in the app preferences.

D i modify calling iphone software? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
my question is:
would be feasible to modify the software to get calls? I intend to capture the action of the call attempt to operate accordingly.
Sorry for not being more explicit
#user449303
You cant modify the default apps comes with iPhone.
but you can handle the event like missed call,call ended,call failed etc..
It is not possible to manipulate the method of making or receiving of phone calls on the iphone (using publically available APIs). An app can initiate a phone call but the phone call will be made using the Apple call application.

iPhone - Electronic Fund Transfer(EFT) system [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am about to develop a new iPhone application in which I need to pay for some bills. I need to use Electronic Fund Transfer(EFT) system to make the payment. I have no idea in integrating the EFT method to the application. Share some useful ideas or links where can I get some ideas regarding EFT and the work flow.
for secure transaction you can use paypal and paypal also provided ios supported api for it they handle all details in a web view then getting details they return to app and do the transactions instead of these if you use any thing i think apple will reject the app or will ask you to implement the In App Purchase (IAP).