How to integrate with Urban airship on client side
I am working on Apple Push Notification, and i am calling urban airship API for integration. I am facing problem when i import UAPush.h
and UAPushAir.h
that "No Such directory or file exist". Someone guide me anothe开发者_如何学Gor easy tut please.
Make sure you follow those steps, especially setting the Header search path setting variable.
It seems either you did some mistake when import the files. Try again by adding references again. You can do one thing that copy all the files to your project folder then add them to your project and do not check the option "copy to resources folder" because you already did that.
精彩评论