ios - Push registration and receiver methods static library -


i need create static library in objective-c have push registration , receiver methods in it. library replicating appdelegate functionality , minimizes coding effort in app. possible implement push notification inside static library?

eg:- urbarnairship , mixpanel

plz share code reference or tutorials

no push notification requires apns certificate not possible in static library .


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -