- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, why when I receive push notifies in iOS the icon of the notify is the standard cordova icon instead of that of my app?
I provided every icon as requested in xdk for both iOS and Android...infact in android everything works fine.
Help me plz
- Tags:
- HTML5
- Intel® XDK
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i had the same problem and i found in the docs.
Add these lines in your additions.xml, replace path by your path :
<!-- iPhone Spotlight and Settings Icon --> <icon platform="ios" src="images/splash/icon-small.png" width="29" height="29" /> <icon platform="ios" src="images/splash/[email protected]" width="58" height="58" /> <icon platform="ios" src="images/splash/[email protected]" width="87" height="87" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another thing, on some old iphone device, your may have to add these line otherwise the app icon is the standard cordova.
<!-- +iOS --><icon platform="ios" src="images/splash/72x72.png" width="72" height="72" /> <!-- +iOS --><icon platform="ios" src="images/splash/57x57.png" width="57" height="57" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ven is correct. We only require the min icons. For a full list of icons that you can provide, you can see the apple docs here
https://developer.apple.com/library/ios/qa/qa1686/_index.html
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page