I have had a hard time finding a good tutorial that goes through the entire auto renewal implementation process, so I am confused as to how I get the receipt from the initial purchase. I have created a server-side app to call iTunes for receipt updates, but it requires that a receipt and shared secret be passed in.
Other points:
1) I am able to pull my in-app product from iTunes Connect from within my app, so I know it is setup correctly via productsRequest. I don't think I even need this code since I am not creating a storefront (assume I don't need one since it is auto renewal), but I just wanted to see if I could pull the product information and I could.
2) I have added a Transaction Observer to my app, along with a Payment Queue routine to trap the transaction, but when I run the app on my iPhone the first time nothing fires for these rotuines.
3) My server-side code calls iTunes once a day on expired and active accounts to see if there is an updated receipt. Not sure if this is working yet, because I am not sure how I get the first receipt.
Any help would be greatly appreciated and any good links on auto renewable subscriptions would be great as well.
Thanks in advance.