0

I have ten Android apps that support Push Notification with OneSignal.

I always followed this manual: OneSignal manual: Generate Google Server API Key.

I always created a new project as in the manual described.

Now I wanted an eleventh app to be able to get Push Notifications. But when following the manual I'm getting:

You have exceeded the maximum number of projects that you can create. Try deleting a few projects in the Google Developers Console.

at Add Project in Google Developer Console.

What can I do? Won't I able to make more apps be able to receive Push Notifications?

I hope anybody can help me because it's a time-sensitive project.

  • 3
    Possible duplicate of [Google Developers Console project creation quota](http://stackoverflow.com/questions/27676900/google-developers-console-project-creation-quota) – jonrsharpe Oct 22 '16 at 09:12
  • I overcame from the error by deleting my some of the unuseful project from google-developers-console. – Brijesh Kumar Oct 22 '16 at 09:31
  • Unfortunately I don't have any unuseful projects. Any other idea? –  Oct 22 '16 at 09:36
  • 1
    I made a request here (https://support.google.com/code/contact/project_quota_increase) ca. 30 minutes before and just got this e-mail: `Dear Developer, We have approved your request for additional quota for non-paid Cloud Services. Your new quota should take effect within one hour of receiving this message.` –  Oct 22 '16 at 09:59

2 Answers2

0

You can make a request here: support.google.com/code/contact/project_quota_increase

I got a positive Quota Granted-response within 30 minutes although I'm not using any paid services.

0

You can re-use the same project number and server key across multiple android apps without any issues. This is the best way to support notifications for more than 10 apps.

Gdeglin
  • 12,432
  • 5
  • 49
  • 65