Hello. Iam new to forum and in need of help. So thought why not get help from fellow developers.
I have a app (Photo Sharing App) that was bought from a developer and now I want to make it ios9 compatible.
But a developer told me this about the app. — App Code is Static. (no xibs and no storyboard used).
All code written programatically. >> if we make compatible to iOS9 we may have to re-structure re-code all the structure to match with latest app requirement storyboard,auto layout etc… (current code is static for each devices need to make dynamic).
— App not working for new xcode 7.
— Application working in older version of Xcode 6.4. When we try to run on Xcode 7 it shows error not compiling at all. we have finally managed to apply fix and run on new Xcode. But it still hangs on iOS 9
— facebook invite friend not working >> current code has older implementation of Facebook to show just friend with invite list which is now not allow by Facebook. We have to now check for this invite feature how it is working now and what are the steps needed to implement if working.
The question: Is it any easy solution to make it work or do we need to make the app from scratch. Any one who can guide me to right direction. Where should I start and what can be done. Is it much work related to getting it IOS9 compatible? Any script/codes available on the net/github? iam just a amateur and on starting level so please consider it.
I also have heard it is possible to create a launch screen with storyboard and let it work with coded app for flexible layout . How is that possible?
Thanks a lot
I have a app (Photo Sharing App) that was bought from a developer and now I want to make it ios9 compatible.
But a developer told me this about the app. — App Code is Static. (no xibs and no storyboard used).
All code written programatically. >> if we make compatible to iOS9 we may have to re-structure re-code all the structure to match with latest app requirement storyboard,auto layout etc… (current code is static for each devices need to make dynamic).
— App not working for new xcode 7.
— Application working in older version of Xcode 6.4. When we try to run on Xcode 7 it shows error not compiling at all. we have finally managed to apply fix and run on new Xcode. But it still hangs on iOS 9
— facebook invite friend not working >> current code has older implementation of Facebook to show just friend with invite list which is now not allow by Facebook. We have to now check for this invite feature how it is working now and what are the steps needed to implement if working.
The question: Is it any easy solution to make it work or do we need to make the app from scratch. Any one who can guide me to right direction. Where should I start and what can be done. Is it much work related to getting it IOS9 compatible? Any script/codes available on the net/github? iam just a amateur and on starting level so please consider it.
I also have heard it is possible to create a launch screen with storyboard and let it work with coded app for flexible layout . How is that possible?
Thanks a lot