- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
after update to iOS9 Iicon from PushPlugin notification are missing. Probably new size of icons are needed.
Can you help me?
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try adding this line (and icon) to the additions file. It worked for me for push notifications in ios9 (I use pushwoosh)
<icon platform="ios" src="images/icons/57x57.png" width="57" height="57" />
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am pretty sure the size icon will vary by device. Here is a list to the Apple docs. You can include the extra icons via the additions file.
https://developer.apple.com/library/ios/qa/qa1686/_index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
in additions file I add missing spotlight files 40x40 and 80x80 and now it's looks like that:
<preference name="DisallowOverscroll" value="true"/>
<!-- +iOS --><icon platform="ios" src="40x40.png" width="40" height="40" />
<!-- +iOS --><icon platform="ios" src="80x80.png" width="80" height="80" />
<!-- +iOS --><icon platform="ios" src="58x58.png" width="58" height="58" />
<!-- +iOS --><icon platform="ios" src="29x29.png" width="29" height="29" />
<!-- +iOS --><icon platform="ios" src="87x87.png" width="87" height="87" />
And push notification icon still not working.
For example settings icon (29x29) works fine.
Bellow list of my icons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After checking with one of the build engineers I found out that the build system does not yet support iOS 9 because builds are based off of CLI 5.1.1 or 4.1.2.
We will need to update to a newer CLI that does support iOS 9. I can not provide a date on when that will be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try adding this line (and icon) to the additions file. It worked for me for push notifications in ios9 (I use pushwoosh)
<icon platform="ios" src="images/icons/57x57.png" width="57" height="57" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Tony Thank you. It works.
@John So I looking forward new version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also have the same problem and this fixed it. Thanks @Tony J.!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page