i've upload an icon to app in dev area on facebook, but in post that created via app i see another icon http://platform.ak.fbcdn.net/www/app_full_proxy.php?app=342798179094087&v=1&size=z&cksum=418d0035bf803448240c46f206d53fac&src=http%3A%2F%2Fbit.ly%2FbFTnqd
but in my icon shows monkey not "214 apps", and i check an app id it is right.
please help me.
p.s. Sorry for my english.
check if your icon gets overridden by another image in your meta tags. you can check them easily here.
Related
I would like to know how can I add my app logo on the left side of this screen showing below.
Tried changing it on the developer.twitter.com website but it didn't worked, is this via a handler?
enter image description here
I would give it some time. Sometimes it takes a while for the picture to update everywhere after updating it on developer.twitter.com
I am currently building an application for commercial use, but I want to be sure my Icon loos correct in the My Apps screen on the television. As of know I only see the default developer icon. I have replace the icon with my own in my project. I co see Icon in the recent pop up menu, but it is missing from My Apps. In the attachment IMG_2834.jpg has the black icon which is ok, but IMG_2835.JPG is the basic default Icon. Well I dont want that I would like to see my Icon on this screen.
Would you please check these Articles, They mentioned 'In order for application icons to display on the Samsung Apps screen must comply with the conditions given...'
Creating and Registering App Icons
Creating and registering App Icons and Screenshots
Does anyone know if/how it's possible to change this icon when a user receives a notification through the Facebook API?
Link to nofification example: http://postimg.org/image/93lh58btd/ (I want to change the wheel icon to a custom icon)
That icon is nothing but your app's icon.
In the App Settings, open App Details and add Icons and save the changes.
See the above image, So i changed the tab image of the app using the instruction from this site. But i can't change this icon. How can change that.
On the main page of the app in the developer settings, there is the an app image and some smaller text that says "edit icon" - this is what the small icon refers to and it is 16x16px. It's not related to the image that sits next to it which I believe is around 70x70px. The proximity does make it slightly confusing. But just click the text link
I am building a web application that is to be run by adding the app to the home screen. Currently it has a list of users, clicking on a user takes you to a detail screen for that user and on that screen is a notes link to take the user to another screen with a grid of notes and a text box to add more notes.
When any links are clicked/tapped, the link is opened in Safari, not the current full screen Safari instance. I tried setting the target of the link to _self, but this had no effect.
Any ideas?
I learned a full screen iPhone webapp can only be a single web page. Any link you try to open will launch Safari instead of replacing the current page. To combat this, I used asp.net postbacks with panels to hide/load/show requested data.
I use target="_webapp" and it works just use for example <a href="http://your.link" target="_webapp"> and it gonna open the link without exit landscape (full screen) i dont know why but with some of my webapps works and sometimes dont.