Hey All,
Is it possible to get other App ICON through URL scheme or other approach like Android API getApplicationIcon()
as long as I know the application bundle and AppID.
Thanks,
Hey All,
Is it possible to get other App ICON through URL scheme or other approach like Android API getApplicationIcon()
as long as I know the application bundle and AppID.
Thanks,
I would first access the bundle:
Then look at bundle structure
This may help as well
https://stackoverflow.com/questions/22808416/how-to-get-uiimage-of-appicon
Is it possible to get other App ICON …
What platform are you working on?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
I am working on iOS. Thanks,
Why does your app need them? What's you higher goal?
Did you figure this out? How do you find another app's bundle in iOS?