Integrate Map, Notification in cocos2dx application

Hi,
I am working on cocos2dx application and I have to integrate map and notification in my project. I googled it but not found any thing useful. Does any one have idea how to do it…

For notification do you mean push notifications?
http://www.sdkbox.com/plugins/onesignal

About the map I think you will have to do it for urself. Jni / objective-c++ native bridges. Maybe you are lucky and someone already did it and want to share.

Thanks… i will try it.