integrate yodlee fastlink on mobile platforms - yodlee

I'm trying to integrate Yodlee Fastlink on Android and IOS platforms. But could not get a mobile-optimized view. Is there any argument needed to pass (e.g. there is a displayMode argument, but not mentioned which values can be specified) ?
According to http://blog.yodleeinteractive.com/three-changes-to-fastlink-how-to-optimize-your-mobile-app-experience/ 'Yodlee FastLink now supports user experiences on iOS and Android platforms'.

The mobile compatible FastLink is still not available for all the customers and it's in beta phase , You can have access to it once it's available to all after the beta phase. Please reach out to your customer success manager to get more info on this.

Related

setting user id with Facebook java script SDK

We are having a hybrid android/iOS app.
Majority of our source code is with HTML/JS.
We are using Google analytics already.
For better user demographics , marketing & re-marketing we want to use Facebook analytics for apps.
Identifying users based on our custom user Id is critical to us. It helps us unify the user behaviour on app & html/js.
I can see that with the android & iOS Facebook SDK we can set the user ID.
Does FB javascript SDK provide api to set user ID?
User properties are not yet supported by the JS SDK.
User properties are now supported by the JS SDK. Documentation is here: https://developers.facebook.com/docs/analytics/properties

Beacon Hybrid Application MobileFirst 7.1

we are trying to crate a Mobile First Hybrid applicaiton which can detect beacons on basis of UUID.
Mobile First Native Application for Beacons already available in IBM sample applicaitons.
https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/advanced-topics/working-with-beacons/beacons-in-android/
To achieve same in hybrid application we created one HTTP adapter which returned all registered beacons Information on Mobile First server
and we used android beacon library
https://altbeacon.github.io/android-beacon-library/samples.html
and configured in my Hybrid android project, Now My android application is able to detect beacons in region in specified Beacon region.
Now my problem is
Is above mentioned approch is correct or some one can tell me better approch?
"didEnterRegion" event occure again and again for same beacon, how can i manage with Enter and Exit Region of Beacon?
Is there any working sample application for Beacons Mobile first Hybrid application?
It's impressive that you managed to get it to work in Hybrid applications.
That said, there is no official support for Beacons in Hybrid applications. As such there is also no sample application available.

integrate paypal standard in iphone application

I am developing iphone application for a shopping cart, i have done all stuffs but now its turn for online payment, the web version support paypal standard and the client want to stick with paypal standard the user will be redirected and paypal site and log and complete order. Is this possible on iphone?
Some days before apple does not allow any third party payment gateway. But now apple allows it to use the third party payment gateway like Paypal. You can used paypal library which allows you to pay your payment of products which you purchased from the app. For doing all this, paypal provides the library for mobile application development. I had used it in my 3-4 apps & works fine for me.
may be this could help you
link
link
Download Mobile Express Checkout Library from library and add the same to your project.
Why not you using PayPal SDk for Mobile device ? I have integrated PayPal in my app through their MPL library and Modified some stuffs like App Key and price,Store name Receiver account details etc. And its working fine for me.
check this link which is Already answered.
Also you can have a look at Getting started Guide.
PayPal API : How to integrate it in my App? IOS5
https://developer.paypal.com/
You need to implement paypal on your web server first.
Then go to that link from UIWebview….

Cross App Messaging in SDK 2.0

Can I have one or more Apps respond to and event in another App in SDK 2.0?
For example, say I have one App in a dashboard that allows the user to select something. Can I (and how would I) have other Apps installed in that same dashboard respond to that event?
This has been implemented in the recently released 2.0rc1 version of the SDK:
https://developer.help.rallydev.com/apps/2.0rc1/doc/#!/guide/messaging
Per Charles answer to:
Rally AppSDK: Is there a way to facilitate “Inter-Panel” communication between Apps in the new layout schema
This hasn't been implemented yet - Rally's engineering team is spiking on this and other aspects of getting AppSDK 2.0 more feature-complete.

Integrating Google Checkout in iOS App

Am I correct in assuming using a UIWebView is the only/best way to integrate Google Checkout into an iOS App?
A fully native solution would be the best fit as I only require the user to purchase a limited number of items that will never change.
Does any one know of existing Apps that have successfully integrated Google Checkout?