Question

J'utilise QuickBlox pour relais les messages de notification push.

Et peu importe ce que je fais, je semble être coincé dans l'environnement de développement.

Que dois-je faire pour le changer en production?

Était-ce utile?

La solution

Lire cet article http://quickblox.com/developers/simplesample-messages_users-ios#How_quickblox_push_notifications_work

#ifndef DEBUG
    [QBSettings useProductionEnvironmentForPushNotifications:YES];
#endif

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top