How to link android app in facebook api - facebook

So I have an app that is live on the app store and google play. I have no programming skills so the programmer I hired did all the work. Recently we ran into a road block because we don't know how to direct the users to the google play store when they click on the notification link on an android phone.
Here is a screen shot: http://screencast.com/t/ubiqG4upYz
When the users are on an iphone device. Tt directs them to the app store. We're just trying to figure out how to do the same for android users.

Related

How to add an App Store product page banner

I use Unity for my apps.
Browsing the App Store I saw some apps, such as "Google Chrome" that have the background above the icon in the store listing.
My question is, how do I put it for my apps? With Android it is easy, there is the image to insert on Play Console, but on Apple I have not found anything about it.
Should I enter it via Unity? Or how should I do?
There isn't an option for this on App Store Connect. Apple reaches out to developers for whom they promote on the store or whose apps are featured in Stories on the App Store.
Read over the page here about being featured on the App Store: https://developer.apple.com/app-store/getting-featured/
Side note: you'll notice that most apps with App Store banners are either (A) from large companies (like Google, as noted in your question) or (B) have been repeatedly featured on the App Store (like 1Password).

Personal results for Actions on iPhones

We just launched a new Action on Google “Share Now” which works great on android phones and the Google nest hub. However, when we try to open it on iPhones, we get this the following message:
To let me read out that information, turn on personal results in the Google Home app.
In the Google Home app, I have this setting for all my speakers, but I can’t find it for the phone. Googling also only shows results for the speakers and not the iPhone. Does anybody know where personal results can be turned on for iPhones?
Thanks!
The Setting can be found in your Google Assistant app and not in the Google Home app. In the Assistant app Profile -> Devices -> iPhone (or name of your iPhone)

Xcode 7 Swift 2 Prompt user to rate your iOS app within your app

I've seen many posts on prompting/alerting user to rate the app within the app. As I understood, Apple will only allow users to rate it within App Store.
Now in my app, I would like to have a button to rate my app. When you click the button, it should take the user to App Store and directly to my app Page.
How I can create the link to my App in App Store when I've not yet uploaded my app in App Store. How will I know to direct the link to my App in App Store?
Any help will be appreciated.
Thank you.
You can use the app identifier number that is attached to your app that you see in your iTunes developer account. It will not be a live URL until your app is published. More information here:
How to link to apps on the app store
The button itself should have an action function that opens a browser, like so:
UIApplication.sharedApplication().openURL(NSURL(string: "<YOUR_APP_URL>"))

mobile ad optimisation for app installs not available

I've set up a new fb app for an IOS app we've launched. When setting up a mobile ad in FB I can't choose the "optimize for app installs" option, only clicks or impressions.
It works fine for another app and can't see any difference in the fb app and ad setup.
I'm guessing the difference must be in the IOS code, but it seems strange the fb app and ad setup would detect that?
So, essentially the question is, what is the reason I can't choose the "optimize for app installs" when creating a mobile app?

How do you get your app to appear on the Facebook Mobile Application? (specifically iPhone)

We have a popular Facebook Application and a version of our App for the iPhone. I was wondering how we can make our Application appear in the "Apps" Section on the new Facebook iPhone app. On my iPhone I currently see links to the App store for Pixable, Badoo, Airbnb, Foursquare and WhoisNear iPhone Application.
I have filled out the Native iOS App settings in the Developer section on Facebook (including adding the Bundle ID and the iPhone app store ID) several weeks ago thinking it took a while to update, but still nothing shows up on my iPhone app.
Any help would be appreciated.
Best,
M
Screenshot of where we want our app to show up:
Edit your Application Settings and on the Basic Settings specify a Mobile Web URL for your Mobile Web integration. You should be able to set the URL to your app's iTunes URL.
Fill out the iOS information within the admin settings of your application, which also means they are using the same application id. You also have to have granted at least the basic permissions via connect on the app, and have the app installed on the phone.