The Destiny 2 Prime Gaming rewards are a wonderful way for players to get free goodies. Now, for the most part, these rewards include cosmetic items only. However, players can often claim some free Exotics as well. While these rewards are completely free, they must have a functional Prime Gaming account. Almost every Destiny 2 Prime Gaming reward set contains at least one Exotic emote.

Interestingly, these items cannot be purchased in-game through Sliver or Bright Dust. So how does one claim these rewards?


All Destiny 2 Prime Gaming rewards for December 2023

For December, players will be able to claim the following rewards from the Destiny 2 Prime Gaming page:

  • Portable Warmth Dawning Legendary Ghost Holo
  • Winter Lotus Shell Exotic Dawning Ghost
  • Cerulean Flash Exotic Dawning Ship
  • Baking Cookies Exotic Dawning Emote
Destiny 2 Dawning gifts from Prime Gaming (Image via Amazon)
Destiny 2 Dawning gifts from Prime Gaming (Image via Amazon)

These rewards will be available until January 3, 2024. Once these expire, players must wait a week for a new set of rewards to go live.


How to claim the Destiny 2 Prime Gaming December 2023 rewards?

To claim the Destiny 2 Prime Gaming rewards, here's what you need to do:

  • Make your way to the Prime Gaming page and log into your account.
  • On the subsequent page, locate the Destiny 2 card and click on it.
  • Once you've clicked on the card, you will be taken to another page with the option to claim these rewards.
  • After you've clicked on the "Claim" button, you will receive a message confirming that your rewards have been delivered to your account. Alternatively, you might be prompted to link your Bungie account to your Prime Gaming account if you haven't done so already.
  • Follow the on-screen prompts and link your two accounts.
  • Once you've done that, enter the game and land at the Tower.
  • Take your right from the Landing Zone and walk past Master Rahool, who happened to be the rewards vendor in the past.
  • Make your way to the stairs opposite Banshee-44, and you will see a new Kiosk called "Special Delivery".
  • Interact with the new Kiosk and you will be able to see the Prime Gaming rewards under the "Prime Gaming Rewards" tab.
Special Delivery Kiosk page in the Tower (Image via Bungie)
Special Delivery Kiosk page in the Tower (Image via Bungie)

Remember that these Prime Gaming rewards come with an expiry date. If you miss them, you must wait until they enter the rotation again. However, if you have claimed these rewards but haven't collected them from the Special Delivery Kiosk, chances are that your rewards will stay there for a few more months.

It is recommended to have the Destiny Companion App in times like these, as it will allow you to claim the rewards from Special Deliveries Kiosk, and transfer them to your vault.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1590919, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1590919); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1590919) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1590919) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();