Am I required to handle OpenId? - intuit-partner-platform

I am developing with the quickbooks sdk v2 to integrate my application with quickbooks online. If I do not want my app in the intuit app store is it necessary to do anything with open id? My users will only be connecting to QB through the "Connect to quickbooks" button within my app.

If I do not want my app in the intuit app store is it necessary to do anything with open id?
If you don't want to be listed in AppCenter, you don't have to do anything at all with OpenID.

Consolibyte is correct. Please refer:
https://developer.intuit.com/docs/0025_quickbooksapi/0010_getting_started/0030_integrate_your_app

Related

Asking AppTrackingTransparency permission for using google analytics , is mandatory?

I am using Google Analytics SDK in my application.
It uses the demographic area, age and other user informations.
So, Am I need to ask permission for AppTracking manually or it was handled in google analytics SDK?
Without AppTracking Permission,Will my future updates get approved by iTunes connect?
YES, I need to ask permission for App Tracking Transparency manually. It will not handled by Google Analytics SDK.
Since I am using Google Analytics for campaning tracking, GASDK gets the device IDFA, So the app must need Tracking Permission.
Note: If you or your third party framework uses IDFA, It is mandatory to implement app tracking transparency framework. Otherwise Apple will simply reject us.!

How can I determine if an app was installed from a Facebook Ad?

We have a multiplatform service and we give our users a 30 day trial. A user can sign up on iOS, use the web version and finally do the payment on Android... even if it's weird, its a possible. The database is shared between all platforms
We are using Facebook Ads to generate App installs but we don't know how to do the conversions' attribution properly. The main problem is that if, for example, a user install the app from a Facebook app but he end up paying from the web version we lost track that the origin of this user was the ad.
I would like to know if it's possible to determine using the Facebook SDK, on the first run of the app, if the user comes from a Facebook Ad and in that case I would store that information in our database to do the attribution once the purshase is done. Any ideas?
Many thanks in advance!
Regards!

Get application data from iTunes using PHP

I have an application in appstore and advertising companies in Google AdWords and Yandex Direct. Users come to iTunes page from search and context ads using special link.
How do i get data from some Apple service to know how many people installed an app after coming by adv link?
Well, i didn't find any PHP solution to access iTunes Connect analytics and started to develop my own version: https://github.com/aokozlov/itunes-connect-php
In documentation Reporter tool is recommended to pull iTunes Connect Financial and Sales data, it is written in Java.
There is also unofficial package in PHP that does the same:
https://github.com/mikebarlow/itc-reporter

Does dropbox provide new account creation via SDK in IOS app?

hi Friends i have to implement Drop box API in my project. Does Dropbox provide new account creation via SDK in IPHONE application? or Already signed user only Acces Dropbox through IOS application. Please Help me
Thanks in Advance
No, the Dropbox API does not currently offer a call for account creation. Users can create accounts via the Web site or official app if necessary.

How to use facebook connect in an iphone app

I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.
I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.
How is this done?
Try the Facebook iPhone SDK
--edit--
You need to register your application to use the API.
Authentication Docs