开发者

iOS: creating icon

开发者 https://www.devze.com 2023-03-01 12:45 出处:网络
I want inside my app to create开发者_JAVA技巧 new \"shortcut icon\" in the same iPhone, where every icon has a dynamic image that I create. Is it possible using iOS?

I want inside my app to create开发者_JAVA技巧 new "shortcut icon" in the same iPhone, where every icon has a dynamic image that I create. Is it possible using iOS?

According to my searches (see this answer) the only possible way is to launch safari from my app and there ask the user to press "+" button inserting your url scheme.


Don't believe this is possible. To do this, you would have to, at least change the icon in your app bundle (Naïvely assuming iOS doesn't cache the icons).

Your app only has access to the "Documents" directory.

You can set a numerical badge on an icon - might this work for you? If so, take a look at local notifications in the notifications guide: http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

0

精彩评论

暂无评论...
验证码 换一张
取 消