Changing facebook application display name after App Center submit - facebook

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.

Related

AppStore Connect - What is ready for review state?

I made a new app and filled all info (description, build, keywords ..)
I submitted it to review and the state of my app was changed from " Prepare for Submission" to " Ready for Review"
Should I do something from my end ?
I don't have any "submit for review" button enabled .. I don't know what to do , I am stuck
We've noticed that App Store Connect recently changed the app submission flow, even for a brand new app or just an update.
What worked for us was:
On your app detail's page, click on "Add for review", you'll be taken to a page with a pool of apps on "Ready for Review" state
Check if everything seems alright, then click on "Submit to App Review" to finally submit it to Apple's review queue.
There should be another way to navigate to the page of apps waiting to be submitted to review, but I haven't tried to find it.
You have to submit it manually.
In the Left side, in section 'General', there should be a section 'App Review':
Click on App Review, in the following screen select view located on the right side of your version, Here you can submit your app.
I faced a frustrating situation where I had my app rejected. I uploaded a new build to App Store Connect, selected it as under the Build section and clicked Save. The status changed to 'Ready for Review' but the 'Submit to App Review' button never appeared! Clicking on the 'App Review' menu item on the left pane also did not load that page.
Finally I had to dig up the rejection email, click of that 'App Review page' link to go to that page to resubmit the build.

How do I remove Facebook app showing in my Facebook app page?

I have a Facebook app and it has a Facebook app page. I would like to keep the Facebook app available and live, but I would like to remove the app showing in the app Facebook page.
If I remove the app tab from "Settings" and "Apps", does this still keep the app alive, but only removes it from the page tabs?
Thanks!
go settings, then app on the left side off your screen. then if you take your courser on that app then a wrong symbol will appear click on it, it will be deleted.

Issue submitting a mobile app to App Center

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.

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/

Showing custom popup in safari if app is not installed

I have written code in iOS for launching my app from a custom url in safari and it all works well as long as my app is installed. But if it is not installed then safari shows a popup saying it cannot open the page because the address is invalid. However, my stop page still opens up in the background prompting the user to app's link on app store.
My question is, how do i change this popup to show a custom message instead, a message that can relate to the stop page im displaying.