Developer Informacion Message - Smartface - smartface.io

In community edition (published version) throws alert "Developer Information". Is it possible to remove this message?

For community users, if you change the background image of splash page or the icon of LogoImage on splash page, you get this error.
In order not to get this error, you can use default background image(defaultsplash.png) for splash page and the default icon(logo.png) for LogoImage.
Or you can upgrade your licence.
You can check informations about licence types from the below link:
https://account.smartface.io/license

Related

G Suite App : Continue button on the "Domain wide install" stop working

I have configured a G Suite market place application and it's still in the test level. After filling the configuration page of the market application I got a button named "Integrate with Google" in the top of the Marketplace SDK configuration page
After clicking the button I get a pop up with the title "Domain wide install" there we have the "Continue" button. Previously that button redirected users to the consent screen, but it doesn't redirect to anything now. I did not change anything in the configuration so I guess this is probably a change from Google side.
Please let me know what the issue is?
There is an open Issue on Google's Issue tracker about this at:
https://issuetracker.google.com/153243016
You should add a start next to the issue number, for it to get more visibility.

How to solve facebook login plugin configurator error?

I am using Facebook Login Pluginator(https://developers.facebook.com/docs/facebook-login/web/login-button#plugin-configurator). On click of that button it will open popup itself(As pop up is opening after click event so browser will not block popup).There is error message for developer like below.
"You are using a display type of 'popup' in a large browser window or tab. For a better user experience, show this dialog with our JavaScript SDK without specifying an explicit display type. The SDK will choose the best display type for each environment. Alternatively, set height and width on your window.open() call to properly size this dialog if you have special requirements precluding you from using the SDK. This message is only visible to developers of your application."
How can i fix that?
I am using v5.0 facebook js sdk.

PWA - Chrome Add-To-Home-screen adds as WebAPK but not to home screen

I have a Progressive Web App that meets all the Google Chrome criteria for installation and passes the Audit tests. Using Chrome, when I surf to the PWA's URL and select "Add To Home screen" (either from the menu or from the popup) it will install as an app via WebAPK - as expected. The correct icon shows in the app list. However, the app icon is not added to the Home screen - it is not on any of the home screens.
Shouldn't it also be added to the home screen as that is the expectation of "Add to Home screen"?
This SO thread suggests adding to both is the usual functionality. But that is not happening for me. PWA add to home screen does not work as expected
If it should also be added to the home screen, any suggestions as to what I may be doing wrong or where to investigate?
If it doesn't also add to home screen - shouldn't it? Or change the menu item to "Install App" - so the user expectation is set correctly?
EDIT 2021-09-18:
It's been 2 years since this post and I've been distracted with other things (as many have the last 18 months). But coming back to this project, I still have this issue. Thanks to CherryDT for suggesting to update this post instead of creating a new one.
I created a minimal PWA (called PWATest) that successfully registers a service worker and shows the browser prompt to install the PWA. The browser prompt in Android Chrome (now Version 91.0.4472.124) shows at the bottom of the mobile screen and says "Add PWATest to Home screen". When I tap that prompt, the "Install app" dialog shows and I select "Install". I see "Adding PWATest...". After it is installed, the app icon is in the applications area with all the other app icons but there is no PWATest icon on the home screen (any of them).
I have cleared the cache and asked a friend to try with no difference.
I just went to bmw.com and installed their pwa. Same thing. The app icon showed only with the other application icons - no icon on the home screen.
I tried my pwa using Samsung Internet and again same result.

After authentication of facebook login/pwd, I get a dialog box says "install/cancel" instead of "allow/don't allow" App permission.?

After following as per Facebook-sdk instructions for android app i get the dialog box saying install/cancel instead of allow/don't allow . I tried changing App id and used other user's credentials for logging too. But still i get an error:
Update:i tried changing an app setting develope.facebook.com->Application->Advanced->disabled enhanced auth dialog. still no resolution.Any help?
The text changes for various reasons; whether it's the first time the user is using that app or not for example - this is expected, there's about 5 or 6 possible button text combinations - i think install/cancel is the one seen for new installations

Reject binary with state waiting for review (can't find reject binary button)

I want to reject binary which is waiting for review and when I go to the path that Developer Guide specifies I can't find the button to reject the binary.
In iTunes connect, from 'My apps', select
Click your application, then
Make sure you are on the 'Versions' tab, and that the correct version is selected.
Click 'Remove this version from review' located in the info bubble.
See below
As a few people have commented/upvoted on #ThomasRS's accepted answer, for whatever reason, even though my app's status was "Waiting for review", the blue bar with the "To submit a new build, you must remove this version from review" message did not appear on the iTunes Connect website on my app's "Waiting for review" version page.
However, I did see a "Reject this binary" link in the iTunes Connect iOS application:
Steps to access that page:
Open the iTunes Connect app on your iOS device.
Sign in with your iTunes credentials when prompted.
Open the Products tab (along the bottom).
Tap your application.
On that screen, tap "Reject This Binary".
This has all changed with the re-design (as of 12-Sept-2014) you now need to:
Open the App Details page for the app, as described in To open the App
Details page for an app.
On Versions, above the app's metadata, this message appears: "You can
only edit all information while your version is waiting for review. To
submit a new build, you must remove this version from review." Click
"remove this version from review"
See: Viewing and Changing Your Apps Status and Availability
After the changes in iTunesConnect Portal, Here are the new steps:
Login to iTunes Connect.
Click on My Apps option.
Select app for which you want to reject binary.
Select the version from the left side.
Reject binary (visible on right side)
You just need to click on remove this version from review (denoted by arrow in above image)
In my case the link to reject appeared after 5-10 minutes after submit, so try to wait 10 minutes.
I went through the struggle of this as well. I tried everything StackOverflow told me nothing worked. So I did some digging on the site itself and this worked for me.
Right click the site in chrome and click "inspect".
Click "Elements"
Search for "showDevRejectModal".
Double click the class parent of this element where it says "ng-modal ng-isolate-scope ng-hide".
Delete the "ng-hide".
You may reject your binary at any time. It will be removed from the review queue and you will go to 'the back of the line' as it were if/when you resubmit your app for review.
From the Developer Guide (log in required):
When the status of your app is...
In Review...you can
reject the binary you have submitted
by clicking Reject Binary from the
Binary Details page...
From the new version of iTunes connect, here is what you have to do:
login to iTunes connect. Go to my apps and click on the app for which you wish to reject binary.
In the app details page you will see a particular section, in the Versions tab:
Click on the link 'remove this version from Review'
Once you do that, go to the Build Section of your app - you will see a '-' button when you hower over the mouse above the version number.
Click on the '-' button and your build is removed from the Review Queue.
Pl. note - every build that is removed, will result in further delay to the app- approval time, as your queue position is lost!!
Or you can remove it in Build section.
"reject bubble" didn't appear in my case as well. While searching on the web I've found this thread which suggested to use the API request below:
After I've pasted the link in the browser and reload the itunes page, the bubble appeared so I could reject the binary:
https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/app/[app_id]/versions/[version_id]/reject
Make sure to use you app's [app_id] and [version_id] in the request above
Just execute the final request and it should do the trick (pasting the final string with the correct app_id and version_id into your browser's address line should work for this)
Hopefully this option may help someone else.
I had to switch to Safari from Chrome to see the button