7

Twenty days ago I deleted a Google Developer Console project. However I forgot that it's was / linked to an android application for GCM notification. I can't even see the deleted projects from my console.

I have about 1M users registered and I can't send push notifications. I have tried to send push notifications but they failed for all my applications.

Can anyone help me to restore my project or at least is it possible to send push notifications even the project with SENDER_ID and API_KEY (old implementation) had been deleted?

DaImTo
  • 72,534
  • 21
  • 122
  • 346
HZDI
  • 117
  • 1
  • 8
  • 1
    What was your old SENDER_ID? – William Denniss Sep 14 '15 at 01:04
  • SENDER_ID = "568197537469" – HZDI Sep 14 '15 at 03:20
  • You received an email from Google that clearly stated "project will be inaccessible and can no longer be undeleted." The answer is you cant. Its gone. – DaImTo Sep 14 '15 at 06:30
  • 1
    Was the API_KEY hardcoded on devices? If you were using it only server-side you may simply be able to create a new project and register your Android app in it. Make sure you name it identically to your Android app so you know not to delete it. – breno Sep 14 '15 at 16:08
  • @DalmTo ,so no way to message those 1M users! – HZDI Sep 14 '15 at 16:33
  • @breno,The API_KEY is only server-side,I don't know if gcm still works with (SENDER_ID,API_KEY) ! – HZDI Sep 14 '15 at 16:35
  • 1
    You can undelete the project yourself for 7 days (documented: https://developers.google.com/console/help/new/ ). After that time it is not possible for you to undelete. You could try contacting developer support to see if they can help you restore the deleted data: https://support.google.com/googleplay/android-developer/contact/dev_registration be sure to include your sender_id so they can look up your project. – William Denniss Sep 15 '15 at 00:30
  • Thanks god for that @WilliamDenniss, you just saved me and my project from having to deploy a new version just because I was stupid enough to delete a project I shouldn't... – Victor Bjelkholm Mar 15 '16 at 17:48

0 Answers0