ios - Multiple Automatically Renewable Subscriptions not showing -


i trying integrate multiple "automatically renewable subscriptions" in app, getting 1 of skproducts. there limitation apple on multiple "automatically renewable subscriptions"?

got done - passing single productidentifier skproductrequest set. passing whole set of productidentifiers defined in itunes fixed problem.

nsset *inappproductsset = [nsset setwithobjects:@"iap.prod1",                            @"iap.prod2",                            @"iap.prod3", nil]; skproductsrequest *request = [[skproductsrequest alloc] initwithproductidentifiers:inappproductsset]; 

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -