Social media integration error? [duplicate] - ios

This question already has answers here:
Facebook error "App not setup:still in development mode"
(3 answers)
App not setup: This app is still in development mode
(11 answers)
Closed 5 years ago.
I have integrated social media in my app, It was working properly but now Im having issues on Facebook, I recieved an error message App not setup:this app is still in development mode
Any Ideas what may have caused this error?

Try this to make it public :
Go to your Facebook app's dashboard at
https://developers.facebook.com/apps/
Select the "Status and Review" tab
Set the toggle to "Yes"

Related

Open browser on Iphone from Apple Watch without companion app [duplicate]

This question already has answers here:
How can I open URLs in watchOS?
(2 answers)
Closed last month.
How can I open a browser on the iPhone from WatchKit App, without a companion app on the iPhone?
Something like this:
UIApplication.shared.open(URL(string:"yourCustomLink")
This not possible, a companion iOS app is required for this.

TestFlight do not show any iOS Build [duplicate]

This question already has answers here:
App Store Connect TestFlight showing no builds
(3 answers)
Closed 3 years ago.
I Have uploaded a new build on iTunes Connect using Xcode 10.2 and Application Loader 3.7.2 too.
The build is showing under activities:
But no build is showed under TestFlight IOS Builds:
I tried with many websites browsers (Safari, Google Chrome, ...) and clear website data too (after got the advice from Apple Support).
What should I do now? Any help would be appreciated
Please check your email inbox which you registered as apple account. There will be detail why apple removed your build. Mostly it happen due to, not added permissions in plist file like accessing microphone or photo library.

is it possible to get info about another apps on iphone [duplicate]

This question already has answers here:
How can I check programmatically that list of applications are installed or not in iPhone
(2 answers)
Closed 4 years ago.
I'm doing an iOS app and I want to get some data about my users.
Is it possible to get information about another apps on user's phone? At list name of all apps on iphone, or last launching time?
Answered here: Check for installed apps on iOS 9 and 10
HackingwithSwift.com also has a good article on this: How to check whether your other apps are installed
The HWS video on this warns that "you may have to provide an explanation to the review team if you query too many apps or apps that aren't yours"

Xcode stuck on "Your Application is Being Uploaded"? [duplicate]

This question already has answers here:
"Your application is being uploaded" forever to iTunes Connect
(4 answers)
Closed 9 years ago.
I am trying to upload an iOS application to the App Store on Xcode, but for some reason after it passes validation the application is stuck on "Your Application is Being Uploaded". It's only 1.7mb, and there are no errors in the project. I've cleaned, analysed, re-archived, restarted the application, seemingly everything. But for some reason it just won't uploaded. Any thoughts?
Try using Application Loader instead.
Not the most well-named app, I know, but it still works.

How to get App Link of an iPhone App [duplicate]

This question already has answers here:
How to link to apps on the app store
(27 answers)
Closed 8 years ago.
I am making an iPhone App in which I need to email the link to that App.
I am not getting how to get that link. Can anyone help me with issue ?
Use this mechanism:
For Eg: Headlines App is the name of the app then:
http://appstore.com/headlinesapp
or
first company name followed by appname
http://appstore.com/u2opiamobilepteltd/headlinesapp
Replace appname with your appname and company name with yours.
Hope this helps.

Resources