Issue submitting a mobile app to App Center - facebook

I've filled out all of the basic details for my app under the settings tab on the FB developer dashboard. I've ensured that the Native iOS App option has been selected and have filled out all of the relevant details (Bundle ID, App Store ID etc.).
Next, I click on the App Details tab and fill out all of the information on that page and then click on the 'Submit App Detail Page' button. Upon doing so, I receive an error stating
"Invalid Submission
Before setting up your app detail page, you must specify how your app integrates with Facebook. Click here to vist your apps settings page to manage your integrations." Clicking on this link simply takes me back to the basic settings page which I have already filled out. I've searched for the app on App Center and can confirm that it hasn't been added to the directory.

Related

How to check the data in App Store Connect?

I've registered for the Apple Developer Program as an organization.
When I added a new App, I set my developer name into the Company Name field, other data and clicked Create.
This developer name will appear under the app icon after the app is approved for the App Store. But I want to verify the information entered before approval.
Where can I check the data I have entered in the form? the screenshot below explains what info I want to check screenshot of appstore page
Since I have no Company Name Field, probably because I have an individual account(?), I do not find this field anywhere. But the App Name is located under [Your App] → AppStore → General: App Information.
To check the information you have entered in the Apple Developer Program, follow these steps:
Go to the Apple Developer website (developer.apple.com).
Sign in with your Apple ID.
Click on the "Account" tab in the top menu.
Scroll down to the "Organization Information" section and click on the "Edit" button.
This will open a form where you can view and edit the information you have entered for your organization, including your developer name and other details.
Make any necessary changes to the information and click "Save" to update your account.
You can also view the details of your app by going to the "My Apps" section of the Apple Developer website. From here, you can click on the app to view its details and make any necessary changes.

Manage pages displayed in Progressive Web Apps ( PWA )

I am new to PWA and was just going through some readups. We have public website and in the website we provide login for users to manage their account. By going with PWA, I understand that users can save the website on the mobile homepage as an icon. My question is that , when user click on my PWA icon , can we load the login page for the users so that they can only manage account with PWA instead of loading entire website.
The Web App Manifest allows you to control how your app appears and how it's launched. You can specify home screen icons, the page to load when the app is launched, screen orientation, and even whether or not to show the browser chrome.
The web app manifest is a simple JSON file that gives you, the developer, the ability to control how your app appears to the user in areas where they would expect to see apps (for example, a mobile device's home screen), direct what the user can launch, and define its appearance at launch.
You can define how your app is launched, add a query string parameter to the start_url that indicates how it was launched.
"start_url": "/?utm_source=homescreen"
Hope this helps!
Yes you can, within your web app manifest file you can set a JSON property called "start_url".
There's further information here https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/#set_a_start_url

Facebook rejected app from App Review

In my iOS app, I have used FacebookSDK and sharing features. For that I have included permission for publish_actions at login time. As per Facebook guideline you have to submit your app for review if you are using FacebookSDK.
So I have submitted my application for Facebook review along with simulator build, some descriptions, screencast (video or images) for how app is posted on Facebook. But Facebook rejects my app and I can’t identify reason.
It shows reason is cant get item 1 of {}. Any one have any idea why build is rejected and how Facebook review apps.
I faced same issue, when I have uploaded app for Facebook review it rejected two times. Here are couple of things you should look on them :
Login on Facebook for Developers
Go to App Review from left panel
From above screen shot click on first edit notes
Check respective check box as per your requirements.
Select one option from radio buttons as per your requirements.
Add step by step description of How your app use FacebookSDK here also include credentials (Facebook username and password which does not used before) for testing.
At last upload video as screencast (Your application video how it works with Facebook and you have to show how it look on your timeline on Facebook)
Click on Save.
Now from above screen shot click on second edit notes
Add test user if you want to add.
Select different build, upload build (which built with simulator) there and save.
Now hit on Submit For Review
Then also if any case you get rejected, Click on Green Have Question button. Add manager as your app name and select, then ask question to support team that what is the problem with your build and what is reason for reject. They will reply and you will find solution.

Changing facebook application display name after App Center submit

I submitted my application to Facebook's App Center and now I need to update the application name. When I go to the application settings, and click 'edit' the display name is greyed out. I'm guessing I need to cancel my submission and resubmit but when I click on the "Cancel Submission" a load dialog appears and the page just hangs.

App Details submission rejected "...remove this integration as a listed platform in the dev app."

I submitted my app details on Facebook, and received the following notice:
Your app's main functionality lives off canvas. Please either choose
to host your app on canvas or remove this integration as a listed
platform in the dev app.
What integration platform is this referring to? Is it the App on Facebook integration that I have checked on the Basic app details page?
To check your settings, go to http://developers.facebook.com, click on "Apps" in the blue menu up top, click on your app in the left-navigation, click on "Edit Settings" in the Settings section. Scroll down to the "Select how your app integrates with Facebook" section.
If you have selected Canvas, a green checkbox will appear next to "App on Facebook". Make sure that "App on Facebook" is NOT selected unless you are actually building a Canvas app.
What is a Canvas app? For more information, consult the Facebook documentation on Canvas apps: https://developers.facebook.com/docs/guides/canvas/