This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
iOS - Integrating credit card payments
I want to make a application in which the payment is been done one user swap the card in the external card reader(iMag,iDynamo,Square) attached with the device(iphone,ipad etc)
Is there any sdk available or is there any way or sample code which gives some guideline to integrate such hardware with the application.
Please help me.
Thanks in advance
Have a look at
Android: How to read Magnetic Stripe(credit cards, etc) Data
https://discussions.apple.com/thread/4056057?start=0&tstart=0
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I've developed an iPhone application that sends off emails which contain google maps, embedded using the Google Static Maps API. The app will be for sale on the iTunes store (ie not free).
Do I need to get a Google Maps Business account? If so, how do I even apply for an account?
A point in the right direction would be appreciated. I contacted google but got the default reply that created more questions that it answered. eg it said:
"Note:
a) The sale of a product with Google Maps integration requires a special approval and associated licence upgrade."
but it didn't say how to do any of this.
Any tips would be appreciated
As per Google:
Usage Limits
The Google Places API has the following query limits:
Users with an API key are allowed 1 000 requests per 24 hour period.
Users who have verified their identity through the APIs console are allowed 100 000 requests per 24 hour period. A credit card is required for verification, by enabling billing in the console. We ask for your credit card purely to validate your identity. Your card will not be charged for use of the Places API.
So all you need is to give your Credit Card information and pay nothing.
You are not allowed to use the free Google Maps API on the iPhone if the App is for Sale unless you use Android with Google's store. See 9.1.2 Exceptions: https://developers.google.com/maps/terms
(Free Access) does not apply if your Maps API Implementation is used in a mobile application that is sold for a fee through an online store and is downloadable to a mobile device that can access the online store.
A commercial Maps Api License is too expensive for most cases.
Note: This mostly affects Webviews, because the built in Mapkit on newer iOS serves Apple Maps, not Google Maps.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Has anyone implemented the PayPal API through a native iPhone app?
May be I am repeating this question but I do not have any idea about this.I want to integrate PayPal into my iPhone native app. Please help me regarding :-
How do I integrate PayPal in my iPhone App?
How to go from a scratch ?
Are there some good tutorials available on internet ? What are they ?
Regards!!
You could do it using Mobile Express Checkout. All the info, here. Its very easy to integrate within your app. You will need a server side app though to make some of the Paypal calls, as it would not be safe to make them from the phone.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Best analytics offering for iPhone
How to track iphone application?
how to get Analytics working for an iPhone application ?
I suggest you to carefully read the developer agreement before doing any tracking or your app could be rejected: Apple looks finally paying some serious attention to privicy...
Flurry is my choice. So far I also tried Google Analytics and Bango Mobile Analytics and none of them was as good as Flurry.
i suggest to use Localytics which is better than Flurry,google analytics.it is open source also.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Today's world is mostly converted to mobile platform from the desktp platform and most of the payment trasaction, purchase and ecommerce facilities available via mobile applicaitons.
So, What is the best way to do payment integration in mobile application specially in iPhone, iPad, Android, Blackberry and Windows platform? There are plenty of third party API available out there but which one is the secure method to do paymaent gateway for mobile application development.
(1) For iOS platform we have inApp Purchase but it takes almost 30% to the apple and owner will get only 70% of the payment. Still there are some limitations are there as we can't provide the physical goods and services via inApp Purchase.
(2) Paypal is the secure method of payment gateway and it is also implemented in many of the mobile applications.
(3) Direct credit card payment option is also great one to use.
(4) There are many third party APIs available out there.
So, Here for mobile application development which is the best method to use specially for iOS platform like iPhone and iPad application that can be easily approved by apple without any problem.
We have two APIs for payment integration with iOS apps. The first uses app to app integration where transaction data is sent from the developer's app to our payment app. The other API allows developers to seamlessly integrate our payment app functionality into their app. Both APIs allow for easy approval by Apple and removal of the PCI-DSS compliance burden. For more info you can start here: http://developers.moblized.com/.
Update: We'll have similar APIs for Android by April 15, 2012.
If you have in app purchases, they HAVE to use Apple's API or else your app will be rejected.
The only way to (sort of) get around it is to have the purchase be on a website and it will unlock something on your app. You can't link to the website from your app though so it's kind of useless if you don't already have users visiting your website. This is how the Kindle app does it since Apple forced the use of their in-app purchase API.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to programmatically send SMS on the iPhone?
Is it possible to send text messages from an iphone app automatically through code. I havent seen any sample code of this yet?
There is no support from Apple in the original SDK to do automatic sending. I mean, the support that exists in the official SDK - the MessageUI framework - allows you to send text messages, but you can't escape the UI that Apple imposes, and you can't send the messages automatically.
But what you can do is to use a 3rd party service. I've been using clickatell.com for about 6 years now ( vb6 and .net too :) ... ) - and i only can recommend it ...
You could give a go with them ?