Regarding Eventkit framework on iPad
i created an iphone app, in which i m using eventkit.
Framework added just fine, and works fine too. But now, i am trying to create an iPad app, (same as of iphone), using eventkit,first of all, i dont hv this eventkit framework in exist开发者_如何学编程ing framework listing. Secondly, when i tried to add from outside, the app gave me 6552 errors.
Is there any restriction , in using eventkit in 3.2 sdk???
how can overcome this issue
guidance needed.
Appreciate it.
Event kit requires at least iOS 4.0 to work, so this means that it requires at least 4.2 on the iPad.
精彩评论