I have an App that I've published to the three stores. I've created a 'FREE' version for the Windows store without breathing too hard - since that's actually the easiest store to publish to.
Now - onto the Google and Apple Stores. My app has notifications that it uses. I want-need to have the free and paid versions share the same data store - so I've just imported my paid product back in to Appery - and renamed it with the same name - and added the suffix 'FREE'. I've changed the package identifiers etc. for the google and Apple stores.
Now - as question - if I want to share the data - and therefore the notificiation keys - can I do that??? or do I have a problem here??
I'm guessing that I can't do that (share the same notification key across 2 different apps - even though they've got about 3 lines of code difference between the two)....
Can you confirm that??
If I do get two different notification keys - I'd still like the users to end up in the same user store --- possible?? and I'd like to use the same server script to send the notifications from my shared store of users & user devices ( a table I made up - but works perfectly for notifying the same user across multiple devices).... I'm assuming that when I do the 'push' notification to my user that using the 'free' version - I'd be switching back and forth between the free APP key and the paid APP key?? (Since they are different binaries living on user devices)... correct?
I've built the infrastructure unknowingly to support this (when the user logs in - the user table gets updated with whether or not they are using the paid or free version)....
Please advise......
Thanks !
Bruce