Branch.io - iDevAffiliate Integration - branch.io

I have a question regarding mobile tracking.
We currently use branch.io for mobile tracking (IOS, Android) and we would like to use iDevAffiliate for our affiliate network. Does someone has experience here with the integration / tracking possibilities?
Branch.io has already integration to Affise, Everflow - so it should be possible.
Thank you in advance!

Related

Branch.IO - Link to Facebook Group

I'm in marketing and hoping someone here can provide some guidance. I have been searching for a solution that will allow potential customers to click on a link present in an advertisement and have the link open our Facebook Group in their FB app. Today, the mobile web browser takes over.
I've been researching this for some time and recently found Branch.IO. I'm just not sure the best approach to take to accomplish my goal. Most of the examples I've seen are to launch a companies mobile app with deep linking to a product. I suppose this is similar but the app is Facebook and the deep link is to our group.
If someone would be willing to assist I would be very appreciative. Thank you!
For Facebook app to be opened consistently, you would need to integrate Branch SDK into the app. Since you do not have access to Facebook's code base - you will not be able to do this.
The setup is still possible with Branch, but you would have to rely on the URI schemes provided here: What are all the custom URL schemes supported by the Facebook iPhone app?
You may utilize Branch's integration guide for best integration results.
However, you may be better off using a simple link shortener of some sort to direct users to your Facebook group on web.

Roku with Instant TV Channel and BrightScript Differences

I am a beginner for developing an app for Roku platform. I had few queries on instant tv channel and the BrightScript.
I tried installing the BrightScript plugin in eclipse to start with the Roku app development. I have CDN which provides set of web services which i can consume to show the videos or the content.
I have also created the account in Instant tv channel which takes inputs as URLs and easily I can create the channel and upload to the Roku app dev store.
Here my question is that
whether I should go ahead with BrightScript programming language for app development ?
Or Instant tv channel setup is better for creating my channels ?
Why people choose BrightScript instead of Instant TV Channel ? would like to know the Pros and cons of these two ways..
I might be wrong in understanding the usage of these. How can I develop the app for Roku Platform?
I have referred : http://forums.roku.com/ forums , http://www.instanttvchannel.com/roku/quick to understand the differences between these two techniques of developing the Roku app. I have also followed https://www.youtube.com/watch?v=eQzk_Iq9dYI&feature=youtu.be to understand the app development and created the app.
Also Eclipse+ BrightScript plugin integration i did by following the http://sdkdocs.roku.com/display/sdkdoc/Eclipse+Plugin+Guide link
I've never used instant tv, but basically Brightscript means that you have full control (relatively) over your app.

Android GCM and cloud services

I have a gaming App in android launched in Google play. I would like to update the user score somewhere in cloud and make it available across the users. Is there is any free service by Google for the App Publishers. Can we use GCM for this purpose.
Any pointers / Ideas on this will be highly appreciated.
Thanks in Advance.
yes, you can use gcm or cloud connect for this purpose, may be this links are helpful to you
http://developer.android.com/training/cloudsync/gcm.html
https://bradablog.appspot.com/?p=207
if you wants to leaderboard check this link:
https://developers.google.com/games/services/android/leaderboards

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?

Real world goods in iPhone app?

I've seen questions asked here before, but they do not address the issue. That said:
"In App Purchases" specifically may not be real world goods or services, according to Apple's guidelines. What services allow integration with iPhone apps so that I can use ObjectiveC to sell things in an iPhone app?
In other words, how can I sell stuff in my app and not use a website or integrated UIWebView?
The only process I can think of would be something like using an e-commerce app like Magento or Shopify and using the API to pull the product data, and then make HTTP requests to the site to simulate the ordering process.