Stripe Newbie trying to implement Stripe payment on iOS application - ios

I am a newbie in iOS, for my college project we decided to build a meal delivery app which will take payments. For that i thought of implementing Stripe payment. My initial submission would be simply to perform a dummy transaction.
So I went to the github resources folder and was reading the Readme section of Non-Card Payment examples
https://github.com/stripe/stripe-ios/tree/22.1.0/Example/Non-Card%20Payment%20Examples
Based on the instructions
I created an account with Stripe
but could not find the workspace file
If someone could help me out here or atleast point me to the right direction would be really helpful
Thank you
Zawad

It supposes to be the xcworkspace file at 2 layers above.
But nevertheless, you should follow this detailed Doc instead: https://stripe.com/docs/payments/accept-a-payment?platform=ios

I would highly recommend using SwiftUI and SPM for fast start up. Please watch the below video from Azam Sharp who talks about how it works and already has a remote node.js server to test.
https://www.youtube.com/watch?v=De7EL_1jv0c
https://github.com/azamsharp/FruitStoreStripeAPI
https://glitch.com/edit/#!/mango-persistent-organ
Let me know if you have any issues or questions!

Related

Using kAIron as a ChatOps for Jenkins 2.0

I am attempting to use an Open Source product called kAIron for implementing NLP based ChatOps system for our DevOps pipelines built using Jenkins 2.0.
So two questions.
Is it even possible to achieve, or is this not something for which this product is built?
If yes, can someone point me to the documentation or get started kind of tutorials?
As I am one of the core contributors of kAIron, I will able to answer your questions.
Yes, it is possible to achieve, as kAIron helps users to train the bot.
you can try kAIron, or you can do manual deployment
As Kairon is under active development so we are happy to answer any questions you may have on our Github page
We are fairly active in our responses
Here are getting started videos for Kairon . We have started documentation . So please have patience with us .
https://www.youtube.com/channel/UCT5GAEluyaugvORqPwf-WRw/playlists
Thanks

Setting up Stripe Cloud Module in Parse

apologies beforehand for my naïveté. I started learning Obj. C about six weeks ago so I'm very new to iOS development, a lot of things are not very obvious to me still.
I am building my second app using Parse. This time it is an e-com app so would like to use Apple Pay with Stripe as the payment provider. Would like to use Parse as the server for Stripe.
I have already linked (I think?) Cloud Code to my Parse account's app (I guess it's all in JavaScript? so that was pretty confusing for me).
But I'm not even sure where to start with the initial Parse/Stripe documentation (https://parse.com/docs/cloud_modules_guide#stripe). Where am I supposed to put the following code:
var Stripe = require('stripe');
Stripe.initialize('mySecretKey');
As Lyndsey Scott noted, I could see in Parse's example app that the code goes into main.js.

Paypal Rails Payment

Hello you Ruby on Rails developer, i really need your help on this one..
I hire someone that promess he will install Paypal Payment, but he didnt. And i will not find him. Anyway..
I have used Ruby before, but im really a basic user, but I can read a lot, and follow guide, (if found)
My question ios
I have an APP that is basically a form, there is a formulary on 4 steps,
I just need to add a status field in Database. (active, inactive) and make a 5th step on the form , so the user can Pay, in PHP , when i do this,
Paypal IPN gives me an answer, if positive (user active) , if negative (user inactive) .. Actually i learn it from here .. http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/
Is there something similar for Rails??.. can i build a PHP step and "connect" it to a rails APP??..
Pls advaice , the plan was to buy the full and finish app on rails, why rails?, the guy who sell this told me was the fastest way, the problem Now is i dont have enough time, and i just need this to complete the work, if i change all this to PHP its gona take a lot of time
The tutorial you link to gives step-by-step instructions for configuring paypal and generating HTML code for a paypal button. All this is completely independent of your website, so if you are only comfortable working with PHP, as you imply, you can have your cake and eat it too: Follow the instructions, with one little modification, and code all the payment support functions in PHP.
Interactive: Follow steps 1, 2 and 4 to generate the raw HTML for your paypal button.
Rails: Once you have the HTML, you can't just "paste it into index.php", but need to embed it in your rails application. So your problem is not "how do I handle a paypal payment with Rails", but "how do I embed a fixed HTML snippet in my Rails app." Hopefully you can figure that out? I doubt anyone could help you without seeing how your app is put together.
PHP: The rest of the tutorial shows how to build a service that tracks payments. If you want to support the Instant Payment Notification and build a database to record payments, just follow steps 5-9 to create the service in PHP. Since no part of it is visible to end-users of your website, there's no need for any interaction with Rails.
You can ignore step 10, since you already have a working app.

ios5 storyboard version of Facebook integration

Just curious if there is an existing storyboard version of Facebook integration around because I've been googling for about 2 days. So far, I can do authorization for my app and what I have in mind is to try posting a simple status message perhaps from my app to my Facebook newsfeed. Most of the demos / tutorials I've gone through use xib's though such as this. This one is a good tutorial, however I want a storyboard version for this. Tell me if this post is a dupe and kindly post that question so I can study it.
I know there were a lot here that know the idea of sharing :)
So any helpful links were very much appreciated, as it will, in a way, boost my learning experience as well as the others who are starting iOS development :)
Thanks!
If you wish to simply post a status update you should be able to use the same examples that are shown in nib files. However if you want to see a sample app that uses story boards you can take a look at this sample app:
https://github.com/fbsamples/ios-social-cafe
It uses story boards to set up the UI and perform facebook login. You can also check it out to see how to use the new UI pickers (friends, place) and how to do open graph actions.
If you have more specific details around how you want to post a status update, please provide them so I can clarify further.
Yes, there is a simple example of an iOS app using Storyboards (iOS5 and later): https://github.com/fbsamples/ios-social-cafe
Hopefully that's helpful and shows how to do a good authorization flow with Storyboarding.
Good luck.

Basically: how do you get Open Feint X to work? (iOS)

I'm currently integrating Open Feint X in my iOS project, with a custom store, trying to synchronize data between OFX servers, to download new contents... and all I have to do it is their sample application, with no comment, and a very basic API...
Would anyone have some clues to give, maybe a useful link that Google did not reveal to me, or anything that could help me to understand which functions I should call and where ?
Thanks,
Grhyll.
EDIT: They are currently working on a doc. However, I've managed to make a few steps further, so if you have questions, don't hesitate to ask here, and if I can I'll answer...

Resources