How to configure channel url for a Deezer inapp application? - deezer

When testing my deezer inapp application, I get the following message:
You must configure you app url: developers.deezer.com/myapps/app/xxxxx/edit You must configure your app channel url
There is no parameter 'Channel url' that can be setup in the application manager for my app.
After checking the inapp demo (http://developers.deezer.com/inapp/config/permissions), it seems I should have an inapp section, but it does not exists.

The channel URL to configure for the inapps is only available for applications which are considered and validated as partners, that's why you can not see it in the interface.

Related

IONIC facebook integration not pass on review

I use IONIC framework to build my app and it's work really great.
I use ngCordova for facebook integration, so I have to set facebook app to be a "web".
When I send request for app review because I want to use "publish_action" permission they not approve my app and comment like this.
"if your app is an android app, you will need to apply for that platform instead of the web platform, as I can't review an android app in a web platform submission"
Is there anyway to setup my facebook app as Android?
Or How can I help my request to pass their review?
You need to pass the review for android.
Which means going to the google developer, creating a project, uploading an apk (a fake one, not important), then you get your android ID (no need to publish), you then register your app for android on facebook developer (with android ID) and you upload your real apk for the android review with a videocast of how it works.

Auth error in facebook test apps

I have working facebook application and created test app for it with slightly different functionality.
Administration role can auth on this app and use it, but any created test user or real user added as tester give me error on authentication: "App Not Setup: The developers of this app have not set up this app properly for Facebook Login."
Sandbox mode - off.
Site URL, Privacy Policy URL, Contact Email, App Domains is filled and correct.
What I missed?
First, make sure there is a contact email under "Settings." Then go to the Status & Review section and click Yes to "make this app and all its live features available to the general public."
Here's a video: https://www.youtube.com/watch?v=kRuOe_yLWR4

Same facebook key for lite and pro apps

I have a lite and pro version of my Iphone app, but my lite app rejected by appstore ,they cannot login through facebook. But in development mode i can able to login both pro and lite version through FB.
I have used same FB developer key for both lite and pro.
Is this the issue for rejection?
If i need to use different developer key for lite and pro version of same app?
Thanks,
Please check this SO post. It may help you.
urlSchemeSuffix is a string of lowercase letters that is appended to the base URL scheme used for SSO. For example, if your facebook ID is "350685531728" and you set urlSchemeSuffix to "abcd", the Facebook app will expect your application to bind to the following URL scheme: "fb350685531728abcd". This is useful if your have multiple iOS applications that share a single Facebook application id (for example, if you have a free and a paid version on the same app) and you want to use SSO with both apps. Giving both apps different urlSchemeSuffix values will allow the Facebook app to disambiguate their URL schemes and always redirect the user back to the correct app, even if both the free and the app is installed on the device.
urlSchemeSuffix is supported on version 3.4.1 and above of the Facebook app. If the user has an older version of the Facebook app installed and your app uses urlSchemeSuffix parameter, the SDK will proceed as if the Facebook app isn't installed on the device and redirect the user to Safari.
You can also refer this so post which helps you to understand how prefix works with Facebook.

inmobi ads integration in an iphone app

I am trying to integrat inMobi ads in my iphone application. inmobi requires the live iphone app url in the configuration. As my app is not published on itunes yet, I am using url of another app which is live. My plan was to change the url in inmobi configuration with the correct url once my app is released
When I try to load the inmobi ad, the response goes into didFailRequestWithError. the error message is -
*"Unable to load__Error Domain=Invalid request. This could be due to an invalid app-id, or the app-id might not be in the Active state."*
is this error message due to wrong url? If yes then how can I enable inmobi in version 1.0 of my app and also test it to make sure that it is configured correctly.
Thanks for your help.
You can certainly test out ads on an app that is not live on the iTunes store.
It would be helpful if you could post some code here. You should check two things though:
The property ID you are using is indeed correct.
You have enabled your Property in test mode. There is a guide available here

Facebook iOS SDK - GitHub - Cannot switch back calling app

According to the GitHub,
If the app is running in a version of iOS that supports multitasking, and if the device has the Facebook app of version 3.2.3 or greater installed, the SDK attempts to open the authorization dialog withing the Facebook app. After the user grants or declines the authorization, the Facebook app redirects back to the calling app, passing the authorization token, expiration, and any other parameters the Facebook OAuth server may return.*
My application calls authorize: permissions: delegate: and my application is suspended and Facebook application is launched and authorization is asked. After the user allow or disallow, the Facebook applications stayed on NEWS FEED (not returning to my application).
Questions:
Is it possible to authorize or logged-in and returning to my application?
How can my application check whether the authorization and logged-in is done and no need to re-do again?
I found this.
During single sign-on, the Facebook application isn't redirecting back to my application after a user authorizes it. What's wrong?
Make sure you've edited your application's .plist file properly, so that your applicaition binds to the fb[appId]:// URL scheme (where "[appId]" is your Facebook application ID).
My Application can be switched :)
Thanks all
After struggling for long time finally got a solution for this problem, I dont its correct but its working like charm for my App:
go to developer.facebook.com
Select your app from list (App which app is your are using in URL scheme)
If your app is selected as native app then it will ask for bundle identifiers
provide him bundle identifier by using which you are building your app
if your using wildcard bundle identifier then provide like com.product.abc otherwise provide full bundle identifier.