ios vs droid updating and/or changing page type
If i change a page type from let's say " google calendar" to an "RSS feed" using an xml link provided by google.
It immediately updates automatically for Android does it also update immediately for IOS or do I need to re submit to apple?
heres why
currently I have 2 apps built 1 android an 1 ios. I would like to combine in the future to use one app
-
Hi Stephen,
- for Android devices you don't need to re-build your app (you should just re-start it) if you:
1) Change content for the pages (if you will change page type for the page, you should re-build the app).
2) Change buttons titles.
3) Change images for buttons.
4) Change background of your app.
In other cases (when you're changing splashscreen, adding GPS/Push notifications for your app, change app icon, app title etc.) you should re-build your app to make it available.
- for iPhones you don't need to re-build your app (you should just re-start it) if you:
1) Change content for the pages.
2) Change page type (feature, module) for pages in your app.
3) Change buttons titles.
4) Change images for buttons.
5) Change background of your app.
In other cases (when you're changing splashscreen, adding GPS/Push notifications for your app, change app icon, app title etc.) you should re-build your app to make it available.
Please sign in to leave a comment.
Comments
1 comment