As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Is it possible to use the module from appcelerator with Titanium and the credentials provided by Kinvey? Or are they differ in any way to "normal" keys, if i create a new account directly on Urban Airship?
Addition:
Is it possible to use the analytic tools from Urban Airship with my "only" kinvey Account? Like registered devices and so on - if not, is this a planned feature? (I think it's very interesting for statistics and development)
Than i am publishing the application to my iphone using my developer certificate (not distribution). The device-token is requested correctly. But if i am sending a push over the Kinvey-Console nothing happen in the application.
Any Idea? (Or even an idea how to debug this stuff? Not sure how to "search" for the error)
best, Nico
M
Mark
said
almost 9 years ago
You also need to register the device token with a Kinvey user. This can be done by calling the register endpoint manually, see [here](http://devcenter.kinvey.com/titanium/guides/push#Registeringadevice).
N
Nico Barelmann
said
almost 9 years ago
Hmmm at wich place in the code You enter that?
As soon as i get the devicetoken?
I've tried that - same (not working) result.
M
Mark
said
almost 9 years ago
Yes, right after `UrbanAirship.registerDevice(e.deviceToken);`. Can you show me the full code including the snippet where you register the device with Kinvey?
That's my testcase - Just to make a quick test if the push messages send from kinvey are received in the application. - so far it did not.
Thanks for help,
Nico
M
Mark
said
almost 9 years ago
Looking at our logs, it doesn’t seem the call to register with Kinvey was ever made - no user seems to have a push token. Do you actually get the `Received device token:` alert? And can you see what the `request.onload` in the `registerDeviceOnKinveyUser` method alerts?
N
Nico Barelmann
said
almost 9 years ago
I don't really know why - but now it's working ... :smile:
To check if the user already is enabled for receiving pushmessages, using the push attribute of the user object is the best way, i guess?
M
Mark
said
almost 9 years ago
Yes, the `_push` attribute on the user will contain its device token(s).
Nico Barelmann
Is it possible to use the module from appcelerator with Titanium and the credentials provided by Kinvey? Or are they differ in any way to "normal" keys, if i create a new account directly on Urban Airship?
Addition:
Is it possible to use the analytic tools from Urban Airship with my "only" kinvey Account? Like registered devices and so on - if not, is this a planned feature? (I think it's very interesting for statistics and development)
Best,
Nico