Squareup login Integration in iOS - ios

I am implementing Squareup SDK in my app, but unable to get appropriate solution for integration.How can I get user information as there is no code given on developer.portal for login intergration.
On GitHub and developer portal, steps are only given for making payment ,no steps or code given for retrieve (customer/user) info.
Here is GitHub link: https://github.com/square/SquarePointOfSaleSDK-iOS
If anyone have idea to login integration in iOS ,please guide or give some reference link.
Thanks

Related

Apple app rejection while google authentication (Metadata)

I am using login with google in my app and getting user profile information from google.
I have tested and it is working fine at my end,but apple has rejected it.
I don't find any error at my end .
Reason of rejection by apple: "Verify its you! device is not recognized", asking for verification
I can access (login) and get all information using the same gmail id, As the demo account is created from india location
But app reviewer from another country (USA) not able to login "Verify its you! device is not recognized issue".
If anyone facing the same issue kindly guide how to fix this issue.
Simply create one Test Account separately with all security features off & without any 2 step authentication on to the account.
Try & test with the same account from 2-3 different devices just to make sure everything works correctly.
After that you can pass on that Test Account details to the Apple review team for the review purpose.
Hope it will works for you.
I think the problem is that Apple can't test the app because they can't access the account you gave them because of the 2-Step Verification, so try to disable it from the account and give it to them again, you could follow these steps to achieve that. Google support

Facebook: iOS app sharing failed

The iOS app has got the Publish_Action of Facebook. The problem is :
when I use the Test Users to make a share, it can success.
But when I use the real account to make a share, it always failed. I also check the app is authorized in the real account.
I guess there may be any missing setting in facebook's developer site but I failed to find it.
Any idea?
BTW: I do Not use the sdk provided by Facebook. I use a 3-rd party service which integrating lots of sharing service and it doesn't show error log in above situation.
----------Update--------------
For the normal account, the facebook shows
"this does not let the app post to Facebook". But I have get the Publish_action ability.
What's wrong?

Tumblr Integration in ios

I want to Integrate Tumbler in My app and also Want to share image on Tumblr.
I have demo for TumblrConnect which is on Github but I can not find proper way to Integrate Tumblr.
Only one Time Asking For Tumblr Login and Then When I tickMark Tumblr option image share on Logged in Account.
I went through Tumblr SDK project on Github, even after providing right credentials not able to login might be framework is outdated,
I'm unable to figure out how to integrate tumbler in iphone application.
Please help me.
Please give me code if anyone have working like this with Tumblr.
Here's the full SDK and documentation of how to setup and integrate Tumblr in iOS (also for OSX) app.
https://github.com/tumblr/TMTumblrSDK
http://cocoadocs.org/docsets/TMTumblrSDK/1.0.8/

salesforce login in ios native App

I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.
what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.

Facebook SDK login on ios

I am unable to login with facebook in my iOS app. I had thoroughly studied the Facebook api and followed the all instructions given by facebook api at developers.facebook.com site. I am able to authenticate but it is not logging in to my app. It says that Safari cannot open the page because address is invalid. I am new to iOS please help me. Thank you in advance.
You seem to have skipped the part of tutorial where you add a custom url scheme to your app. Without that, Safari can't send the user back to your app once they are authenticated.
Checkout Ray Wenderlich's tutorial on this:
How To Post on Facebook with Your iPhone App
http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

Resources