iPhone - Electronic Fund Transfer(EFT) system [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 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).

Related

iOS6 Differences for Developers [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.
For iOS6, what are some of the new features that developers can take advantage of?
Specifically, I'm interested in the user location services.
For instance, in iO6 demo it says when a user rejects a phone call, they can select to get notified when they get to work.
Does this mean that GPS services is always on in iOS6? In iOS5, when an app (such as highlight) requests full-time access to location services (even when they exit), GPS remains on, but it drains the battery a lot.
You'll need to part with $99 and become a registered developer if you want to see for yourself or ask us over on the Apple Discussion boards because we're not allowed to talk about it outside of there and with people who are not registered developers.
Read the iOS6 API Differences. This is under NDA(Non Disclosure Agreement) so we're in no position to discuss this publicly.
Head over to the Apple Developer forums and post your questions there.

Download and launch another app within the base app- iphone [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 wish to develop an app which based on a barcode downloads another set of code/app and executes the required action. The base app doesn't have the flow of the action coded but just the identification parameter and inputs on which app to download.
Is this possible?
It depends on whether you want app store approval and what the 'code' is. The review guidelines say, "2.7 Apps that download code in any way or form will be rejected."
On the other hand, a web page often has Javascript code associated with it and a web view can execute that.
It depends on some more details and whether you're intending to use the store.

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.

Facebook Status Logger Application [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 need to either use or develop a Facebook logger application to track the status updates (or posts) of 100 company employees who are overseas in a sensative country (where each is a friend of my 'dummy' user). The reason is that they may unintentionally post sensative information and compromise our business venture.
I am in the process of trying out ThinkUp (link), which seems like overkill but a workable solution. What other secure tools are out there?
you can consider to write your own app, run that by using the dummy user's credential/toke,
the app can then periodically scan for the friend's status/posts.
A summary email/page can then be formatted.

Best free web hosting for apple push notification? [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'm going to develop an iPhone app that use Apple push notification. Do you know a free web hosting that can permit it (SSL, etc)?
Thanks in advance
You have choice of,
Building your own APN sending script
on the server
Use Urban Airship..
The positives of doing it yourself are that you get unlimited for free and probably have more control (although a push notification is a push notification is a push notification... how much control do you really need).
The positives of urban airship are that you save time/effort/resources. You don't have to maintain anything or fix any bugs.