https://answers.uncox.com/android/question/15664/%D8%A2%D9%85%D9%88%D8%B2%D8%B4-%DA%A9%D8%A7%D9%85%D9%84-%D9%88-%D8%AA%D8%B5%D9%88%DB%8C%D8%B1%DB%8C-%D9%BE%DB%8C%D8%A7%D8%AF%D9%87-%D8%B3%D8%A7%D8%B2%DB%8C-%D8%B3%D8%B1%D9%88%DB%8C%D8%B3-OneSignal-%D9%BE%D8%A7%D8%B3%D8%AE%DA%AF%D9%88%DB%8C%DB%8C-%D9%85%D8%B4%DA%A9%D9%84%D8%A7%D8%AA
دوست عزیز فکر میکنم شما اشتباه گفتید که کاربر باید یک حساب جیمیل ساین شده برای دریافت نوتیفیکیشن ها روی گوشی داشته باشه
من با خود تیم پشتیبانی onesignal.com صحبت کردم جواب هاشون هم این بود:
این رو در مورد parse پرسیدم:
""
Parse implemented GCM with their own GCM API Key. Which mean when Parse shut down, you lose the ability to send messages through their GCM key. Setting up a GCM key will ensure that you will be able to migrate from service to service without fear of losing the ability to send messages.
While simpler, it was also the incorrect way to do it and is also why you find yourself needing to do so right now.
If the concern is that you'd have to pay for a Google Developer account, you will not need to. If you follow the GCM link in our setup instructions, as long as you have a gmail account, you can generate a GCM key free of charge. You will only need to pay if you decide to release an app in the Google Play Store.
""
و این هم در مورد ضرورت ساین بودن اکانت گوگل:
"
In order to send messages, GCM requires a GCM key which is used to send messages. Normally, you would need to setup your own server to use the GCM key to send messages. OneSignal will act as your server for you using your own GCM key.
This is seperate from the device token which is how GCM targets a mobile device. Normally, the server would send a request through GCM to retrieve a device token, which the server can call to send a message to that device.
So, it is not necessary to have a gmail account logged into a phone to receive push messages. They are unrelated for the most part.
"
خودتون تست کردید که واقعا روی گوشی هایی اکانت گوگل متصل ندارند ؟؟
Parse implemented GCM with their own GCM API Key. Which mean when Parse shut down, you lose the ability to send messages through their GCM key. Setting up a GCM key will ensure that you will be able to migrate from service to service without fear of losing the ability to send messages.
While simpler, it was also the incorrect way to do it and is also why you find yourself needing to do so right now.
If the concern is that you'd have to pay for a Google Developer account, you will not need to. If you follow the GCM link in our setup instructions, as long as you have a gmail account, you can generate a GCM key free of charge. You will only need to pay if you decide to release an app in the Google Play Store.
""