iOS Question Redevelop an existing iOS XCode app

dieterp

Active Member
Licensed User
Longtime User
I am currently rewriting an existing iOS app written in XCode (That up on the App Store) to B4i. I would like to know what all the processes are for this to be successful.

The app receives Push Notifications that get sent from my private server. One of the main issues I am currently having is how to test the new app in B4i with the existing app's setup of App ID's, provisioning files etc. Can anyone please give me a step by step account of what I need to do to be able to receive notifications from my private server to my new development b4i app?
 

dieterp

Active Member
Licensed User
Longtime User
Would there be any complications to using PushServer instead of my current push implementation? Just some more background on the apps. I developed the Android version of the app while another developer did the iOS one (In Obj C actually I think). Everything is running well with both apps with regards to the push notifications.

If I change to PushServer, will there any problems with either the current Android/iOS apps that were setup with my own push service (Registrations etc.)
 
Upvote 0
Top