Hi Community
Unfortunately, my app has been stuck in review since October 8th (17 days), and I’m unsure if there’s anything else I can do besides waiting.
It's a new app called AuctionShack (https://www.auctionshack.io/home-en.html) and so far, I’ve tried the following:
Contacting via email – I was told 7 days ago that they expedited the review, confirmed they have everything they need, and advised me to wait.
Requesting a 1-on-1 session via web call – I was told 3 days ago that they would check in with the team again, confirmed they have everything they need, and advised me to wait.
Is there any other avenue I can take besides waiting?
I feel like, I did a mistake along the way, but am not sure what it is :(
Thanks and best regards
Julius
Post
Replies
Boosts
Views
Activity
Is there a way to to add a key for imageURL below that shows as image preview on the right side of a push notification or do i need to create a Notification Content Extension to make it work?
`const message = {
apns: {
payload: {
aps: {
'mutable-content': 1,
alert: {
title: title,
body: body,
image: imageURL,
},
},
},
fcm_options: {
image: imageURL,
},
},
data: {
articleId: articleId,
'media-url': imageURL,
},
tokens: tokens,
};`
I'm getting the image through, but just if the user long presses on the push notification and then it appears below, but i want it to look like in the screenshot:
Thanks